Skip to content

Commit

Permalink
Update ubuntu_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itzpr3d4t0r authored May 9, 2024
1 parent 1d26189 commit cc4d44b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ 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 }}-setuptools -y
sudo apt-get install python${{ matrix.python-version }}-dev -y
sudo apt-get python${{ matrix.python-version }}-distutils -y
sudo apt-get install python3-setuptools
sudo apt-get install python${{ matrix.python-version }}-dev
sudo apt-get python${{ matrix.python-version }}-distutils
python${{ matrix.python-version }} -m pip install --upgrade pip
python${{ matrix.python-version }} -m pip install wheel
Expand Down

0 comments on commit cc4d44b

Please sign in to comment.