File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ jobs:
1919 - name : Set up Python
2020 uses : actions/setup-python@v2
2121 with :
22- python-version : 3.11.0
22+ python-version : 3.12.6
2323 - uses : conda-incubator/setup-miniconda@v2
2424 with :
2525 miniconda-version : " latest"
2626 channels : conda-forge
2727 channel-priority : flexible
2828 show-channel-urls : true
29- - name : Create env from unpinned reqs
29+ - name : Create env from pinned reqs
3030 run : |
31- conda env create --name dev_env --file requirements/requirements .yml
31+ conda env create --name dev_env --file requirements/environment .yml
3232 - name : Install pre-commit hooks
3333 run : |
3434 conda run --name dev_env pre-commit install-hooks
Original file line number Diff line number Diff line change 1919 - name : Set up Python
2020 uses : actions/setup-python@v2
2121 with :
22- python-version : 3.11.0
22+ python-version : 3.12.6
2323 - uses : conda-incubator/setup-miniconda@v2
2424 with :
2525 miniconda-version : " latest"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ DEFAULT_ENV_NAME="probtest"
1313
1414# Default options
1515ENV_NAME=" ${DEFAULT_ENV_NAME} "
16- PYVERSION=3.10
16+ PYVERSION=3.12.6
1717PINNED=true
1818EXPORT=false
1919CONDA=conda
You can’t perform that action at this time.
0 commit comments