Skip to content

Commit

Permalink
Try to fix ci action
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettj403 committed Dec 20, 2024
1 parent 3885437 commit 20e4042
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ jobs:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
- name: Git clone
uses: actions/checkout@v2
- name: Set up virtual environment
uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.python-version }}
channels: defaults, conda-forge
miniconda-version: "latest"
- name: Cache pip
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 20e4042

Please sign in to comment.