Skip to content

Commit

Permalink
tests: updates (including typo fix upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Sep 18, 2020
1 parent dc676e9 commit da94ea1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install:
if ($env:PYTHON) {
if ($env:PLATFORM -eq "x64") { $env:PYTHON = "$env:PYTHON-x64" }
$env:PATH = "C:\Python$env:PYTHON\;C:\Python$env:PYTHON\Scripts\;$env:PATH"
python -m pip install --disable-pip-version-check --user --upgrade pip setuptools
python -m pip install --disable-pip-version-check --upgrade --no-warn-script-location pip setuptools
} elseif ($env:CONDA) {
if ($env:CONDA -eq "27") { $env:CONDA = "" }
if ($env:PLATFORM -eq "x64") { $env:CONDA = "$env:CONDA-x64" }
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
CIBW_TEST_COMMAND: python {project}/tests/test.py
CIBW_BEFORE_BUILD: pip install git+https://github.com/pybind/pybind11.git@master
CIBW_BEFORE_BUILD: pip install cmake git+https://github.com/pybind/pybind11.git@master


jobs:
Expand Down Expand Up @@ -41,6 +41,7 @@ jobs:
name: Wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]

Expand Down

0 comments on commit da94ea1

Please sign in to comment.