File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
88name : lmfdb
9- channel_priority : strict
10- safety_checks : disabled
119channels :
1210 - conda-forge
11+ - defaults
1312dependencies :
14- - python=3.10.5
15- - sage=9.7
13+ - python
14+ - sage=10.4
1615 - tox
1716 - flask
1817 - werkzeug
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments