Skip to content

Commit

Permalink
Remove distutil
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSazonov committed Mar 12, 2024
1 parent 3c32c05 commit 8c595a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
- name: Install Python dependences
run: |
python -m pip install requests distutils
python -m pip install requests
- name: Set up screen (Linux)
if: runner.os == 'Linux'
Expand Down

0 comments on commit 8c595a1

Please sign in to comment.