Skip to content

Commit

Permalink
Remove system setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Dickinson committed Sep 1, 2023
1 parent 8a3d00b commit 525664c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Remove setuptools"
run: "sudo apt purge python3-setuptools"
- name: "Upgrade pip"
run: "python3 -m pip install pip -U"
- name: "Install package"
run: pip install ".[dev]"
- name: "Run lint checks"
Expand Down

0 comments on commit 525664c

Please sign in to comment.