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 2910c9c commit 68f24a5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ubuntu_test.yml
Expand Up @@ -21,9 +21,11 @@ jobs:
# Add the deadsnakes PPA to install python
sudo add-apt-repository ppa:deadsnakes/ppa -y
sudo apt-get update
sudo apt-get install python${{ matrix.python-version }}-dev
sudo apt-get install python${{ matrix.python-version }}-distutils
python${{ matrix.python-version }} -m pip install setuptools
sudo apt-get install python${{ matrix.python-version }}-dev -y
sudo apt-get install python${{ matrix.python-version }}-distutils -y
sudo apt-get install python${{ matrix.python-version }}-pip -y
python${{ matrix.python-version }} -m pip install --upgrade pip
python${{ matrix.python-version }} -m pip install --upgrade setuptools
python${{ matrix.python-version }} -m pip install wheel
python${{ matrix.python-version }} -m pip install pygame-ce
python${{ matrix.python-version }} -m pip install .
Expand Down

0 comments on commit 68f24a5

Please sign in to comment.