Skip to content

Commit

Permalink
Upgrade poetry version to 1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <[email protected]>
  • Loading branch information
adam2392 committed Dec 21, 2022
1 parent 9cb4eef commit cb89339
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
poetry-version: [1.2.0]
poetry-version: [1.3.0]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
matrix:
os: [ubuntu, macos, windows]
python-version: [3.8, 3.9, "3.10"]
poetry-version: [1.2.0]
poetry-version: [1.3.0]
name: build ${{ matrix.os }} - py${{ matrix.python-version }}
runs-on: ${{ matrix.os }}-latest
defaults:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
matrix:
os: [ubuntu, macos, windows]
python-version: [3.8, "3.10"] # oldest and newest supported versions
poetry-version: [1.2.0]
poetry-version: [1.3.0]
networkx: [stable, main]
name: pytest ${{ matrix.os }} - py${{ matrix.python-version }} - Networkx ${{ matrix.networkx }}
runs-on: ${{ matrix.os }}-latest
Expand Down

0 comments on commit cb89339

Please sign in to comment.