Skip to content

Commit

Permalink
fix conda issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarcsj committed Aug 12, 2024
1 parent db1fd85 commit 6058f13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/quick_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
python-version: ${{ matrix.python-version }
miniconda-version: latest
- name: Conda info
shell: bash -l {0}
run: conda info
Expand All @@ -45,6 +46,7 @@ jobs:
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
miniconda-version: latest
- name: Conda info
shell: bash -l {0}
run: conda info
Expand Down

0 comments on commit 6058f13

Please sign in to comment.