Skip to content

Commit

Permalink
Python 3.12: Update pip and setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Mar 29, 2024
1 parent 0ec064a commit c11873f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ jobs:
cache: 'pip'
cache-dependency-path: 'setup.py'

- name: Install program
- name: Setup Project
run: |
pip install --editable=.[test]
pip install pip 'setuptools>=64' --upgrade
pip install --editable='.[test]'
- name: Run tests
run: |
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ $(eval isort := $(venvpath)/bin/isort)
# Setup Python virtualenv
setup-virtualenv:
@test -e $(python) || python3 -m venv $(venvpath)
@(pip) install --upgrade setuptools


# -------
Expand Down

0 comments on commit c11873f

Please sign in to comment.