Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
f

ko?
  • Loading branch information
y011d4 committed Mar 1, 2024
1 parent 3185ebe commit 8f0414e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
command: build
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
sccache: 'true'
Expand All @@ -46,7 +47,11 @@ jobs:
shell: bash
run: |
set -e
pip install snarkpy --find-links dist --force-reinstall
ls
echo "hoge"
ls dist
echo "fuga"
pip install snarkpy==0.1.0 --find-links dist --force-reinstall
pip install pytest
pytest
- name: pytest
Expand Down

0 comments on commit 8f0414e

Please sign in to comment.