Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
itzpr3d4t0r committed May 8, 2024
1 parent 29a9b17 commit 504286b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu_test.yml
Expand Up @@ -22,7 +22,8 @@ jobs:
sudo add-apt-repository ppa:deadsnakes/ppa -y
sudo apt-get update
sudo apt-get install python${{ matrix.python-version }}-dev -y
sudo apt-get install python${{ matrix.python-version }}-distutils -y
sudo apt-get python${{ matrix.python-version }}-distutils -y
python${{ matrix.python-version }} -m pip install --upgrade setuptools
python${{ matrix.python-version }} -m pip install --upgrade pip
python${{ matrix.python-version }} -m pip install wheel
Expand Down

0 comments on commit 504286b

Please sign in to comment.