Skip to content

Commit 332fce9

Browse files
Only run unstable on unix (#61)
* fixes * commed mypy * c22 * transform no longer requires y * fixes * fixes * fixes * v0.3.0 * yml * py 12 and fixes * readme * pyfftw bound * fda bound again * mrsqm * skip pyfftw docs * fix * changes * versions * bound * update * cache * delayed * remove deps * scipy * readme
1 parent 8c1cd0f commit 332fce9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/periodic_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
timeout_minutes: 30
4848
max_attempts: 3
49-
command: python -m pip install .[all_extras,dev,unstable_extras]
49+
command: python -m pip install .[all_extras,dev]
5050

5151
- name: Show dependencies
5252
run: python -m pip list
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
timeout_minutes: 30
7474
max_attempts: 3
75-
command: python -m pip install .[all_extras,dev]
75+
command: python -m pip install .[all_extras,dev,unstable_extras]
7676

7777
- name: Show dependencies
7878
run: python -m pip list

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ all_extras = [
5757
]
5858
unstable_extras = [
5959
"mrsqm>=0.0.7; python_version < '3.12'", # requires gcc and fftw to be installed for Windows and some other OS (see http://www.fftw.org/index.html)
60-
6160
]
6261
dev = [
6362
"pre-commit",

0 commit comments

Comments
 (0)