Skip to content

Commit

Permalink
fix missing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarcsj committed Aug 12, 2024
1 parent 6058f13 commit 4e5fe75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quick_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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}
Expand Down

0 comments on commit 4e5fe75

Please sign in to comment.