Skip to content

Commit 8f09e39

Browse files
authored
Update pip-install.yml
1 parent fc15b17 commit 8f09e39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pip-install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
os: [ubuntu-20.04, ubuntu-22.04]
13-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
12+
os: ubuntu-22.04
13+
python-version: 3.9
1414
steps:
1515
- uses: actions/checkout@v4
1616
with:

0 commit comments

Comments
 (0)