Skip to content

Commit

Permalink
Tried to do better syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale authored Jan 21, 2024
1 parent d7f3df7 commit 1556d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ jobs:
name: test
path: test_report.xml
- name: Upload coverage report
if: ${{ matrix.python-version }} == 3.9
if: ${{ matrix.python-version == '3.9' }}
uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage.xml
- name: Coveralls GitHub Action
if: ${{ matrix.python-version }} == 3.9
if: ${{ matrix.python-version == "3.9" }}
uses: coverallsapp/[email protected]

doc-test:
Expand Down

0 comments on commit 1556d38

Please sign in to comment.