Skip to content

Commit f12c722

Browse files
committed
use a more recent sage
1 parent bac34d9 commit f12c722

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.environment.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44
## conda env create -f environment.yml
55
##
66
## See https://towardsdatascience.com/a-guide-to-conda-environments-bc6180fc533
7-
## or https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html
7+
## or https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html
88
name: lmfdb
9-
channel_priority: strict
10-
safety_checks: disabled
119
channels:
1210
- conda-forge
11+
- defaults
1312
dependencies:
14-
- python=3.10.5
15-
- sage=9.7
13+
- python
14+
- sage=10.4
1615
- tox
1716
- flask
1817
- werkzeug

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ jobs:
4141
auto-activate-base: false
4242
# environment-file: .environment.yml # now we install after cache
4343
channel-priority: strict
44+
safety_checks: disabled
4445
# IMPORTANT: use-only-tar-bz2: true needs to be set for caching to work properly!
45-
use-only-tar-bz2: true
46+
use-only-tar-bz2: false
4647

4748
- name: Cache conda
4849
uses: actions/cache@v3

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ skipsdist = True
44

55
[testenv:tests]
66

7-
whitelist_externals =
7+
allowlist_externals =
88
sage
99
parallel
1010

@@ -17,7 +17,7 @@ commands =
1717
parallel sage -python -m pytest -vv --durations=0 ::: {posargs}
1818

1919
[testenv:lint]
20-
whitelist_externals =
20+
allowlist_externals =
2121
pyflakes
2222
pylint
2323
ruff

0 commit comments

Comments
 (0)