We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4847d20 commit adb89e0Copy full SHA for adb89e0
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
matrix:
22
os: [ubuntu-latest, macos-latest, windows-latest]
23
- python-version: ["3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.10", "3.11", "3.12"]
24
25
steps:
26
- uses: actions/checkout@v4
@@ -36,12 +36,8 @@ jobs:
36
conda info
37
conda list
38
39
- - name: Install requirements
40
- run: |
41
- mamba install --file=requirements.txt --file=requirements-testing.txt
42
-
43
- name: Build and install package
44
- run: pip install -e .
+ run: pip install -e .[testing]
45
46
- name: Test
47
run: |
0 commit comments