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 cc36372 commit 7b14b28Copy full SHA for 7b14b28
.github/workflows/python_ci_linux.yml
@@ -127,8 +127,14 @@ jobs:
127
- name: Checkout 🛎️
128
uses: "actions/checkout@v2"
129
130
+ - name: Setup Python 🐍
131
+ uses: "actions/setup-python@v2"
132
+ with:
133
+ python-version: 3.8
134
+
135
- name: Install dependencies 🔧
136
run: |
137
+ python -m pip install --upgrade pip setuptools wheel
138
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
139
bash miniconda.sh -b -p $HOME/miniconda
140
chmod +x .ci/actions_deploy_conda.sh
0 commit comments