Skip to content

Commit

Permalink
add brackets to if
Browse files Browse the repository at this point in the history
  • Loading branch information
gagelarsen committed May 24, 2024
1 parent e11aab4 commit 517e120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tethys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
tethys test -c -u -v 2
# Generate Coverage Report
- name: Generate Coverage Report
if: matrix.platform == 'ubuntu-latest' && matrix.python-version == '3.10' && matrix.django-version == '4.2'
if: ${{ matrix.platform == 'ubuntu-latest' && matrix.python-version == '3.10' && matrix.django-version == '4.2' }}
run: |
. ~/miniconda/etc/profile.d/conda.sh
conda activate tethys
Expand Down

0 comments on commit 517e120

Please sign in to comment.