Skip to content

Commit

Permalink
bump setuptools version
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Oct 16, 2023
1 parent 2cdccde commit 9ff1407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
push:
# Avoid using all the resources/limits available by checking only
# relevant branches and tags. Other branches can be checked via PRs.
branches: [main]
branches: [main, bwmac/ORCA-283/ci_publish_bug]
tags: ['v[0-9]*', '[0-9]+.[0-9]+*'] # Match tags that resemble a version
pull_request: # Run in every PR
workflow_dispatch: # Allow manually triggering the workflow
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ all =

# Dependencies for testing (used by tox and Pipenv)
testing =
setuptools~=65.0
setuptools~=67.0
pytest~=7.0
pytest-cov~=4.0
pytest-mock~=3.0
Expand Down

0 comments on commit 9ff1407

Please sign in to comment.