We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001e1c9 commit dfc445eCopy full SHA for dfc445e
.github/workflows/python-package-conda.yml
@@ -13,11 +13,13 @@ jobs:
13
- name: Set up Python 3.10
14
uses: actions/setup-python@v3
15
with:
16
- python-version: '3.10'
17
- - name: Add conda to system path
18
- run: |
19
- # $CONDA is an environment variable pointing to the root of the miniconda directory
20
- echo $CONDA/bin >> $GITHUB_PATH
+ python-version: '3.11'
+ - name: Set up Conda
+ uses: conda-incubator/setup-miniconda@v2
+ with:
+ auto-update-conda: true
21
22
+ environment-name: test-env
23
- name: Pre-install numpy
24
run: conda install numpy=1.26.4 -y
25
- name: Install current library and dependencies
0 commit comments