Skip to content

Commit

Permalink
Update setuptools pin in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Nov 3, 2023
1 parent 8d8901c commit 5e5ee4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/builder-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
junit-xml \
pytest=7.4.0 \
pytest-cov=4.0.0 \
pytest-mock=3.10.0
pytest-mock=3.10.0 \
setuptools 65.6.3
pip install yamllint==1.24.2
- name: Lint with pylint
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion conda/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build:
requirements:
build:
- python
- setuptools 65.6.3
- setuptools 65.6.*
run:
- conda-build
- conda
Expand Down

0 comments on commit 5e5ee4b

Please sign in to comment.