Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Use single quotes when testing the value of `uncertainties`.

Signed-off-by: Michael Tiemann <[email protected]>
  • Loading branch information
MichaelTiemannOSC committed Sep 19, 2023
1 parent e281dfc commit a208163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: pip install "${{matrix.pandas}}"

- name: Install uncertainties
if: ${{ matrix.uncertainties != "no-thank-you" }}
if: ${{ matrix.uncertainties != 'no-thank-you' }}
run: pip install "${{matrix.uncertainties}}"

- name: Run Tests
Expand Down

0 comments on commit a208163

Please sign in to comment.