Skip to content

Commit

Permalink
potentially fixed test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
night-crawler committed Nov 6, 2023
1 parent a459cf7 commit b19adae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: python -m pip install --upgrade pip setuptools wheel maturin pytest
- name: Build wheels
run: python -m maturin develop --release
run: python -m maturin develop --release --out dist --find-interpreter
- name: Test
run: |
python -m pytest

0 comments on commit b19adae

Please sign in to comment.