Skip to content

Commit

Permalink
Add distutils step
Browse files Browse the repository at this point in the history
  • Loading branch information
MDUYN committed Feb 22, 2024
1 parent a5def34 commit a4afbde
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
#----------------------------------------------
# ----- install distutils if needed -----
#----------------------------------------------
- name: Install distutils on Ubuntu
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install python${{ matrix.python-version }}-distutils
#----------------------------------------------
# ----- install & configure poetry -----
#----------------------------------------------
- name: Install Poetry
Expand Down

0 comments on commit a4afbde

Please sign in to comment.