Skip to content

Commit 7b14b28

Browse files
committed
Fix conda build action.
1 parent cc36372 commit 7b14b28

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/python_ci_linux.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,14 @@ jobs:
127127
- name: Checkout 🛎️
128128
uses: "actions/checkout@v2"
129129

130+
- name: Setup Python 🐍
131+
uses: "actions/setup-python@v2"
132+
with:
133+
python-version: 3.8
134+
130135
- name: Install dependencies 🔧
131136
run: |
137+
python -m pip install --upgrade pip setuptools wheel
132138
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
133139
bash miniconda.sh -b -p $HOME/miniconda
134140
chmod +x .ci/actions_deploy_conda.sh

0 commit comments

Comments
 (0)