Skip to content

Commit

Permalink
Fix build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sansyrox committed Apr 26, 2022
1 parent f4dea6c commit f6e463a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,10 @@ jobs:
apt-get install -y --no-install-recommends python3 python3-pip software-properties-common
add-apt-repository ppa:deadsnakes/ppa
apt-get update
apt-get install -y python3.7-distutils
apt-get install -y python3.9-distutils
apt-get install -y python3.7 python3.9
dpkg --install python3-distutils_3.7.0-1~18.04_all.deb
run: |
ls -lrth /artifacts
PYTHON=python${{ matrix.python.version }}
Expand Down

0 comments on commit f6e463a

Please sign in to comment.