We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6534bb commit 9c8bf36Copy full SHA for 9c8bf36
.github/workflows/python-package-conda.yml
@@ -1,6 +1,6 @@
1
name: Python Package using Conda
2
3
-on: [push]
+on: [main]
4
5
jobs:
6
build-linux:
@@ -9,11 +9,11 @@ jobs:
9
max-parallel: 5
10
11
steps:
12
- - uses: actions/checkout@v4
13
- - name: Set up Python 3.10
14
- uses: actions/setup-python@v3
+ - uses: actions/checkout@v5
+ - name: Set up Python
+ uses: actions/setup-python@v20.11
15
with:
16
- python-version: '3.10'
+ python-version: '20.11'
17
- name: Add conda to system path
18
run: |
19
# $CONDA is an environment variable pointing to the root of the miniconda directory
0 commit comments