Skip to content

Commit 4770dba

Browse files
committed
still testing the older Numpy
1 parent d07f7f9 commit 4770dba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
1616
architecture: ["x64"]
1717
include:
18-
- python-version: "3.10"
19-
numpy-version: "2.0.dev"
18+
- python-version: "3.11"
19+
numpy-version: "1.26.4"
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Setup Python ${{ matrix.python-version }} on ${{ matrix.architecture }}
@@ -41,7 +41,7 @@ jobs:
4141
pip install --upgrade setuptools
4242
- name: Install dependencies
4343
run: pip install -r requirements-dev.txt
44-
- name: Install Numpy Dev
44+
- name: Install Numpy Old
4545
if: ${{ matrix.numpy-version }}
4646
run: pip install -I --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple "numpy>=0.0.dev0"
4747
- name: Lint with flake8

0 commit comments

Comments
 (0)