Commit b2ca63e 1 parent 1db3996 commit b2ca63e Copy full SHA for b2ca63e
File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 18
18
style :
19
19
timeout-minutes : 10
20
20
runs-on : ubuntu-latest
21
+ strategy :
22
+ matrix :
23
+ poetry-version : [1.1.14]
21
24
steps :
22
25
- name : Checkout repository
23
26
uses : actions/checkout@v3
58
61
matrix :
59
62
os : [ubuntu, macos, windows]
60
63
python-version : [3.8, 3.9, "3.10"]
64
+ poetry-version : [1.1.14]
61
65
name : build ${{ matrix.os }} - py${{ matrix.python-version }}
62
66
runs-on : ${{ matrix.os }}-latest
63
67
defaults :
@@ -113,6 +117,7 @@ jobs:
113
117
matrix :
114
118
os : [ubuntu, macos, windows]
115
119
python-version : [3.8, "3.10"] # oldest and newest supported versions
120
+ poetry-version : [1.1.14]
116
121
networkx : [stable, main]
117
122
name : pytest ${{ matrix.os }} - py${{ matrix.python-version }} - Networkx ${{ matrix.networkx }}
118
123
runs-on : ${{ matrix.os }}-latest
You can’t perform that action at this time.
0 commit comments