Skip to content

Commit

Permalink
ci: fix missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-fs committed Jun 26, 2024
1 parent d0fe746 commit 22dabbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
nox --version
- name: Run Nox
run: |
nox --python=${{ matrix.python }} --session=${{ matrix.session }}
nox --python=${{ matrix.python }} --session="${{ matrix.session }}"
- name: Upload coverage data
uses: "actions/upload-artifact@v3"
Expand Down

0 comments on commit 22dabbd

Please sign in to comment.