Skip to content

Commit

Permalink
Update setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Aug 27, 2024
1 parent 3b5bd30 commit 11d2bce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade virtualenv
python -m pip install --upgrade setuptools virtualenv
- name: set RELEASE number
run: echo ${GITHUB_RUN_NUMBER} > RELEASE
- name: test
Expand Down
2 changes: 1 addition & 1 deletion python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ venv: clean version
source venv/bin/activate \
&& python --version \
&& pip install --upgrade pip \
&& pip install --pre wheel build black pytest \
&& pip install --upgrade --pre wheel build black pytest setuptools \
&& pip install --use-pep517 --no-build-isolation -e .[test]

0 comments on commit 11d2bce

Please sign in to comment.