File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 3636 runs-on : ubuntu-latest
3737 strategy :
3838 matrix :
39- python-version : [" 3.11", "3.12", "3.13"]
39+ python-version : [3.11] # Use only 3.11 for stability
4040 defaults :
4141 run :
4242 shell : bash -l {0}
6363 channel-priority : strict
6464 auto-update-conda : true
6565 python-version : ${{ matrix.python-version }}
66+ channels : conda-forge
67+ use-only-tar-bz2 : true
6668
6769 - name : Fix pip and setuptools for Python 3.12+
6870 run : |
@@ -150,4 +152,4 @@ jobs:
150152 branch : gh-pages
151153 directory : gh-pages
152154 github_token : ${{ secrets.GITHUB_TOKEN }}
153- force : true
155+ force : true
Original file line number Diff line number Diff line change 11name : zstash_dev
22channels :
33 - conda-forge
4- - defaults
4+ - nodefaults # This replaces ' defaults' to avoid Anaconda commercial repos
55dependencies :
66 # Base
77 # =================
You can’t perform that action at this time.
0 commit comments