Skip to content

Commit

Permalink
bump poetry to 1.3.1 (#394)
Browse files Browse the repository at this point in the history
* bump poetry to 1.4

* test! bump poetry to 1.5.1

* fix! bump poetry to 1.4

* downgrade to 1.3.1
  • Loading branch information
sdpkjc committed Jun 5, 2023
1 parent 8a80d14 commit acdad65
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.8]
poetry-version: [1.3]
poetry-version: [1.3.1]
os: [ubuntu-22.04, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.8]
poetry-version: [1.3]
poetry-version: [1.3.1]
os: [ubuntu-22.04, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.8]
poetry-version: [1.3]
poetry-version: [1.3.1]
os: [ubuntu-22.04, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -124,7 +124,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.8]
poetry-version: [1.3]
poetry-version: [1.3.1]
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.8]
poetry-version: [1.3]
poetry-version: [1.3.1]
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.8]
poetry-version: [1.3]
poetry-version: [1.3.1]
os: [macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -212,7 +212,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.8]
poetry-version: [1.3]
poetry-version: [1.3.1]
os: [macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.8]
poetry-version: [1.3]
poetry-version: [1.3.1]
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.8]
poetry-version: [1.3]
poetry-version: [1.3.1]
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -308,7 +308,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.8]
poetry-version: [1.3]
poetry-version: [1.3.1]
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -334,7 +334,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.8]
poetry-version: [1.3]
poetry-version: [1.3.1]
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -360,7 +360,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.8]
poetry-version: [1.3]
poetry-version: [1.3.1]
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/utils_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.8]
poetry-version: [1.3]
poetry-version: [1.3.1]
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
Expand Down

1 comment on commit acdad65

@vercel
Copy link

@vercel vercel bot commented on acdad65 Jun 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cleanrl – ./

cleanrl.vercel.app
cleanrl-vwxyzjn.vercel.app
cleanrl-git-master-vwxyzjn.vercel.app
docs.cleanrl.dev

Please sign in to comment.