Skip to content

Commit

Permalink
Add apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhowe23 committed Jan 11, 2025
1 parent 0f5892a commit 743998d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

- name: Install requirements
run: |
apt install -y python3 python3-pip
apt update && apt install -y python3 python3-pip
bash .github/workflows/scripts/install_git_cli.sh
apt install -y --no-install-recommends libgfortran5 unzip
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:

- name: Install requirements
run: |
apt install -y python3 python3-pip
apt update && apt install -y python3 python3-pip
bash .github/workflows/scripts/install_git_cli.sh
apt install -y --no-install-recommends libgfortran5 unzip
echo 'core.%p' | tee /proc/sys/kernel/core_pattern
Expand Down

0 comments on commit 743998d

Please sign in to comment.