Skip to content

Commit

Permalink
CI/CD fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scnerd committed Jan 13, 2025
1 parent 2f34128 commit a1456b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
python-version: 3.x
- run: pip install maturin
- run: pip install -e .[test,runtime]
- run: pip install -e .[dev,runtime]
- run: pytest
# - run: cargo test

Expand Down

0 comments on commit a1456b6

Please sign in to comment.