Skip to content

Commit b40cbbb

Browse files
committed
enabling linux
1 parent d5b5b29 commit b40cbbb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ${{ matrix.os }}
2828
strategy:
2929
matrix:
30-
os: [macos-13, windows-2022] # ubuntu-22.04
30+
os: [macos-13, windows-2022, ubuntu-22.04]
3131
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
3232

3333
steps:

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
strategy:
2222
matrix:
23-
os: [macos-13, windows-2022] # ubuntu-20.04
23+
os: [macos-13, windows-2022, ubuntu-20.04]
2424

2525
steps:
2626
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)