Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 4575a54

Browse files
committed
added ubuntu-latest to the test matrix
1 parent 531b46f commit 4575a54

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test_n_pub.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
python-version: ["3.10"]
17-
os: [macos-latest, windows-latest]
18-
# os: [ubuntu-latest, macos-latest, windows-latest]
17+
os: [ubuntu-latest, macos-latest, windows-latest]
1918

2019
steps:
2120
- run: echo ${{github.ref}}

0 commit comments

Comments
 (0)