Skip to content

Commit a73b2ef

Browse files
authored
Upgrade poetry to 1.8.5 (#4074)
Also, move Sleep Sort in X86-64 since it is randomly locking up
1 parent 13c7a88 commit a73b2ef

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.github/workflows/readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: true
1919
matrix:
2020
python-version: ["3.11"]
21-
poetry-version: ["1.8.4"]
21+
poetry-version: ["1.8.5"]
2222
os: [ubuntu-latest]
2323

2424
runs-on: ${{ matrix.os }}

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
fail-fast: true
6363
matrix:
6464
python-version: ["3.11"]
65-
poetry-version: ["1.8.4"]
65+
poetry-version: ["1.8.5"]
6666
os: [ubuntu-latest]
6767
num_batches: [6]
6868

File renamed without changes.

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)