Skip to content

Commit

Permalink
fixing Unexpected symbol: "3 error
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-zieba committed Feb 21, 2024
1 parent 0ab6b53 commit 746ea97
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 @@ -35,7 +35,7 @@ jobs:
fi
- name: Upload coverage.xml as artifact
if: matrix.python-version == "3.8"
if: matrix.python-version == '3.8'
uses: actions/upload-artifact@v4
with:
name: coverage
Expand Down

0 comments on commit 746ea97

Please sign in to comment.