Skip to content

Commit

Permalink
gitub workflows: Remove setuptools version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed May 29, 2024
1 parent d536714 commit c5de1eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Dependency packages (pip)
run: |
python -m pip install --upgrade pip setuptools==60.1.0 wheel
python -m pip install --upgrade pip setuptools wheel
python -m pip install --user cx_Freeze setuptools_scm
- name: Set environment variables
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:

- name: Dependency packages (pip)
run: |
python -m pip install --upgrade pip setuptools==60.1.0 wheel
python -m pip install --upgrade pip setuptools wheel
python -m pip install --user cx_Freeze setuptools_scm
- name: Set environment variables
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Dependency packages (pip)
run: |
python -m pip install --upgrade pip setuptools==60.1.0 wheel
python -m pip install --upgrade pip setuptools wheel
python -m pip install --user cx_Freeze setuptools_scm
- name: Set environment variables
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:

- name: Dependency packages (pip)
run: |
python -m pip install --upgrade pip setuptools==60.1.0 wheel
python -m pip install --upgrade pip setuptools wheel
python -m pip install --user cx_Freeze setuptools_scm
- name: Set environment variables
Expand Down

0 comments on commit c5de1eb

Please sign in to comment.