Skip to content

Commit

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

ko?

f

v

a

a

vv

a

heee

fix
  • Loading branch information
y011d4 committed Mar 2, 2024
1 parent 3185ebe commit f9c4be5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand All @@ -45,8 +45,8 @@ jobs:
if: ${{ startsWith(matrix.target, 'x86_64') }}
shell: bash
run: |
set -e
pip install snarkpy --find-links dist --force-reinstall
set -ex
pip install snarkpy -vv --find-links dist --force-reinstall
pip install pytest
pytest
- name: pytest
Expand Down

0 comments on commit f9c4be5

Please sign in to comment.