Skip to content

Commit b2ca63e

Browse files
committed
Try again
Signed-off-by: Adam Li <adam2392@gmail.com>
1 parent 1db3996 commit b2ca63e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
style:
1919
timeout-minutes: 10
2020
runs-on: ubuntu-latest
21+
strategy:
22+
matrix:
23+
poetry-version: [1.1.14]
2124
steps:
2225
- name: Checkout repository
2326
uses: actions/checkout@v3
@@ -58,6 +61,7 @@ jobs:
5861
matrix:
5962
os: [ubuntu, macos, windows]
6063
python-version: [3.8, 3.9, "3.10"]
64+
poetry-version: [1.1.14]
6165
name: build ${{ matrix.os }} - py${{ matrix.python-version }}
6266
runs-on: ${{ matrix.os }}-latest
6367
defaults:
@@ -113,6 +117,7 @@ jobs:
113117
matrix:
114118
os: [ubuntu, macos, windows]
115119
python-version: [3.8, "3.10"] # oldest and newest supported versions
120+
poetry-version: [1.1.14]
116121
networkx: [stable, main]
117122
name: pytest ${{ matrix.os }} - py${{ matrix.python-version }} - Networkx ${{ matrix.networkx }}
118123
runs-on: ${{ matrix.os }}-latest

0 commit comments

Comments
 (0)