Skip to content

Commit

Permalink
single quote
Browse files Browse the repository at this point in the history
  • Loading branch information
jagerber48 committed Mar 13, 2024
1 parent a66fc3f commit acc5d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
# Only upload coverage once for python version latest - 1
if: ${{ (${{ matrix.python-version }} == "3.11") && (${{ matrix.os }} == "ubuntu-latest") }}
if: ${{ (${{ matrix.python-version }} == '3.11') && (${{ matrix.os }} == 'ubuntu-latest') }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: lmfit/uncertainties
Expand Down

0 comments on commit acc5d1b

Please sign in to comment.