Skip to content

Commit

Permalink
[FIX] old setuptools version installed by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Daemo00 committed Apr 10, 2024
1 parent 77c3906 commit 3423daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: Allow to install Packages globally
run: pip install pipx
run: python -m ensurepip --upgrade && pip install pipx
- name: Init Git
run: |
git config --global user.email "you@example.com"
Expand Down

0 comments on commit 3423daa

Please sign in to comment.