FrancisGOS commited on
Commit
744e148
·
1 Parent(s): 719d14a
Files changed (1) hide show
  1. .github/workflows/test.yml +1 -1
.github/workflows/test.yml CHANGED
@@ -12,7 +12,7 @@ jobs:
12
  max-parallel: 1
13
  matrix:
14
  python-version: [ "3.8", "3.10", "3.9"]
15
- os: [ubuntu-latest, windows-latest, linux-latest]
16
  runs-on: ${{ matrix.os }}
17
  steps:
18
  - uses: actions/checkout@v4
 
12
  max-parallel: 1
13
  matrix:
14
  python-version: [ "3.8", "3.10", "3.9"]
15
+ os: [ubuntu-latest, windows-latest]
16
  runs-on: ${{ matrix.os }}
17
  steps:
18
  - uses: actions/checkout@v4