Skip to content

Commit adb89e0

Browse files
committed
drop python 3.9 from testing; install with pip
1 parent 4847d20 commit adb89e0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/test.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: [ubuntu-latest, macos-latest, windows-latest]
23-
python-version: ["3.9", "3.10", "3.11", "3.12"]
23+
python-version: ["3.10", "3.11", "3.12"]
2424

2525
steps:
2626
- uses: actions/checkout@v4
@@ -36,12 +36,8 @@ jobs:
3636
conda info
3737
conda list
3838
39-
- name: Install requirements
40-
run: |
41-
mamba install --file=requirements.txt --file=requirements-testing.txt
42-
4339
- name: Build and install package
44-
run: pip install -e .
40+
run: pip install -e .[testing]
4541

4642
- name: Test
4743
run: |

0 commit comments

Comments
 (0)