Skip to content

Commit

Permalink
trying to get if switch to work
Browse files Browse the repository at this point in the history
  • Loading branch information
daurer committed Mar 11, 2024
1 parent e63173f commit 36317c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
conda --version
- name: Change conda version if necessary
if: ${{ ! matrix.python-version.conda == 'latest' }}
if: ${{ matrix.python-version.conda != 'latest' }}
run: |
conda install conda=${{ matrix.python-version.conda }} python=${{ matrix.python-version.python }}
conda --version
Expand Down

0 comments on commit 36317c3

Please sign in to comment.