Skip to content

Commit

Permalink
Pin min numpy for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckwondo committed May 14, 2024
1 parent f370a63 commit ce4208e
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 169 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
run: |
poetry config virtualenvs.create true --local
poetry config virtualenvs.in-project true --local
# Avoid race condition that can lead to ChefBuildError
poetry config installer.max-workers 1 --local
poetry self add setuptools
- name: Set up cache
uses: actions/cache@v4
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
run: |
poetry config virtualenvs.create true --local
poetry config virtualenvs.in-project true --local
# Avoid race condition that can lead to ChefBuildError
poetry config installer.max-workers 1 --local
poetry self add setuptools
- name: Set up cache
uses: actions/cache@v4
Expand Down
Loading

0 comments on commit ce4208e

Please sign in to comment.