Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit 68a3dc4

Browse files
committed
fix ci
1 parent 2c4a178 commit 68a3dc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Test with pytest
5959
working-directory: python
60-
run: poetry run pytest tests
60+
run: poetry run pytest
6161

6262
publish-rust:
6363
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/rust/')

.github/workflows/manylinux_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Test with pytest
4646
working-directory: python
47-
run: poetry run pytest tests
47+
run: poetry run pytest
4848

4949
- name: Install publishment tool
5050
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/python/')

0 commit comments

Comments
 (0)