Skip to content

Commit

Permalink
coverage.yml -> try double quotes instead of single quotes to get pyt…
Browse files Browse the repository at this point in the history
…hon-version to be passed down correctly.
  • Loading branch information
jdegenstein authored Dec 17, 2024
1 parent 590deb3 commit 005f3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Setup
uses: ./.github/actions/setup/
with:
python-version: '3.10'
python-version: "3.10"
- name: Run tests and collect coverage
run: pytest --cov=build123d
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 005f3af

Please sign in to comment.