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 76c627e
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 @@ -149,6 +149,9 @@ jobs:
add-apt-repository ppa:deadsnakes/ppa
apt-get update
apt-get install -y python3.7 python3.9
apt-get install -y python3.7-distutils
apt-get install -y python3.9-distutils
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 76c627e

Please sign in to comment.