Skip to content

Commit

Permalink
Skip windows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Jan 3, 2024
1 parent ee6bb29 commit 0f80fe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:
pip install codecov
- name: Install numpy, scipy nightlies
if: matrix.python-version == '3.11'
if: matrix.python-version == '3.11' && matrix.os != 'windows-latest'
run: |
pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple -U numpy scipy
pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple -U numpy scipy pandas
- name: Run flake8, pylint, mypy
if: matrix.python-version == '3.11'
Expand Down

0 comments on commit 0f80fe4

Please sign in to comment.