1 parent f5dba15 commit 0195186Copy full SHA for 0195186
1 file changed
.github/workflows/github-build-actions-python314t.yaml
@@ -23,6 +23,8 @@ jobs:
23
24
- name: Install Miniconda
25
run: |
26
+ apt-get update
27
+ apt-get install -y wget
28
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O /tmp/miniconda.sh
29
bash /tmp/miniconda.sh -b -p $HOME/miniconda
30
rm /tmp/miniconda.sh
0 commit comments