Skip to content

Commit

Permalink
do both all os variants
Browse files Browse the repository at this point in the history
  • Loading branch information
nazq committed May 20, 2024
1 parent b1771fb commit e58ec8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ jobs:
distro: 'ubuntu22.04'
install: |
apt-get update
apt-get install software-properties-common
add-apt-repository ppa:deadsnakes/ppa -y
apt-get install -y software-properties-common
add-apt-repository -y ppa:deadsnakes/ppa
apt-get update
apt-get install -y --no-install-recommends python${{ matrix.python-versions }}
wget -qO- https://bootstrap.pypa.io/get-pip.py | python -
Expand Down

0 comments on commit e58ec8c

Please sign in to comment.