Skip to content

Commit 9c8bf36

Browse files
Update python-package-conda.yml
1 parent a6534bb commit 9c8bf36

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/python-package-conda.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Python Package using Conda
22

3-
on: [push]
3+
on: [main]
44

55
jobs:
66
build-linux:
@@ -9,11 +9,11 @@ jobs:
99
max-parallel: 5
1010

1111
steps:
12-
- uses: actions/checkout@v4
13-
- name: Set up Python 3.10
14-
uses: actions/setup-python@v3
12+
- uses: actions/checkout@v5
13+
- name: Set up Python
14+
uses: actions/setup-python@v20.11
1515
with:
16-
python-version: '3.10'
16+
python-version: '20.11'
1717
- name: Add conda to system path
1818
run: |
1919
# $CONDA is an environment variable pointing to the root of the miniconda directory

0 commit comments

Comments
 (0)