Skip to content

Commit

Permalink
update apt sources for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
joeljonsson committed Nov 6, 2023
1 parent 32a2b52 commit 9bd7d23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ jobs:
brew install libomp
brew install c-blosc
brew install hdf5
- name: update debian
if: contains(matrix.os, 'ubuntu')
run: |
echo "deb https://archive.debian.org/debian stretch main" > /etc/apt/sources.list
- name: Run cibuildwheel
run: |
Expand Down

0 comments on commit 9bd7d23

Please sign in to comment.