Skip to content

Commit

Permalink
Build only for the python under test
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Jul 16, 2024
1 parent 1e83d03 commit 5dcaf87
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 @@ -26,7 +26,7 @@ jobs:
- name: Build Rust module
uses: PyO3/maturin-action@v1
with:
args: --out dist --find-interpreter
args: --out dist --interpreter python${{ matrix.python }}
sccache: 'true'
container: off
- run: pip install -r requirements.txt
Expand Down

0 comments on commit 5dcaf87

Please sign in to comment.