mirror of
https://github.com/markqvist/rnsh.git
synced 2025-06-19 03:29:24 -04:00
Fix build
This commit is contained in:
parent
ef6a4ebb25
commit
c7c75d5ea4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
|
@ -39,4 +39,4 @@ jobs:
|
|||
# run: poetry run black . --check
|
||||
|
||||
- name: Test with pytest
|
||||
run: poetry run pytest "not skip_ci" tests
|
||||
run: poetry run pytest -m "not skip_ci" tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue