Skip to content

Commit 0195186

Browse files
committed
Installed wget.
1 parent f5dba15 commit 0195186

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/github-build-actions-python314t.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323

2424
- name: Install Miniconda
2525
run: |
26+
apt-get update
27+
apt-get install -y wget
2628
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O /tmp/miniconda.sh
2729
bash /tmp/miniconda.sh -b -p $HOME/miniconda
2830
rm /tmp/miniconda.sh

0 commit comments

Comments
 (0)