Skip to content

Commit

Permalink
update builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Jul 16, 2023
1 parent bf1cd70 commit d6b22de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/numpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ jobs:
run: |
cd repo
python -m pip install --upgrade pip
python -m pip install ninja
python -m pip install -r test_requirements.txt
python -m pip install .
python -m pip install . --config-settings=setup-args="--vsenv"
# change out of the repo directory so we can import numpy cleanly
mkdir -p ../test
cd ../test
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pyo3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,6 @@ jobs:
shell: bash
run: |
cd pyo3
cargo xtask test-py
nox -s test-py
env:
CARGO_TARGET_DIR: ${{ github.workspace }}/pyo3/target
1 change: 0 additions & 1 deletion .github/workflows/pythran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,4 @@ jobs:
pytest pythran/tests/test_ndarray.py -v --timeout 600
# pytest pythran/tests/test_scipy.py -v --timeout 600
pytest pythran/tests/test_base.py -v --timeout 600
pytest pythran/tests/test_cases.py -v --timeout 600
pytest pythran/tests/test_advanced.py -v --timeout 600

0 comments on commit d6b22de

Please sign in to comment.