Skip to content

Commit

Permalink
BUG: fixed syntax error in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinHuttley committed Aug 27, 2024
1 parent efce9fd commit ad55f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pip install nox uv
- name: "Run nox for Python ${{ matrix.python-version }}"
run: "nox -db uv -s test-${{ matrix.python-version }}" -- -m "not internet"
run: "nox -db uv -s test-${{ matrix.python-version }} -- -m 'not internet'"

build:
name: Build wheel and sdist
Expand Down

0 comments on commit ad55f98

Please sign in to comment.