andreped commited on
Commit
9f1a22d
·
1 Parent(s): df1d210

build on ubuntu only for debugging

Browse files
Files changed (1) hide show
  1. .github/workflows/build.yml +1 -1
.github/workflows/build.yml CHANGED
@@ -35,7 +35,7 @@ jobs:
35
  strategy:
36
  # max-parallel: 10
37
  matrix:
38
- os: [ windows-2019, ubuntu-20.04, macos-11 ]
39
  python-version: [ 3.7 ]
40
 
41
  steps:
 
35
  strategy:
36
  # max-parallel: 10
37
  matrix:
38
+ os: [ ubuntu-20.04 ] #[ windows-2019, ubuntu-20.04, macos-11 ]
39
  python-version: [ 3.7 ]
40
 
41
  steps: