Skip to content

Commit

Permalink
Upgrade poetry to 1.8.5 (#4074)
Browse files Browse the repository at this point in the history
Also, move Sleep Sort in X86-64 since it is randomly locking up
  • Loading branch information
rzuckerm authored Dec 9, 2024
1 parent 13c7a88 commit a73b2ef
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: true
matrix:
python-version: ["3.11"]
poetry-version: ["1.8.4"]
poetry-version: ["1.8.5"]
os: [ubuntu-latest]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
fail-fast: true
matrix:
python-version: ["3.11"]
poetry-version: ["1.8.4"]
poetry-version: ["1.8.5"]
os: [ubuntu-latest]
num_batches: [6]

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a73b2ef

Please sign in to comment.