freemt commited on
Commit
44711b4
·
1 Parent(s): f5ff494

Update workflows removed macos

Browse files
.github/workflows/routine-tests.yml CHANGED
@@ -10,7 +10,8 @@ jobs:
10
  matrix:
11
  python-version: [3.8]
12
  poetry-version: [1.1.2]
13
- os: [ubuntu-18.04, macos-latest, windows-latest]
 
14
  runs-on: ${{ matrix.os }}
15
  steps:
16
  - uses: actions/checkout@v2
 
10
  matrix:
11
  python-version: [3.8]
12
  poetry-version: [1.1.2]
13
+ # os: [ubuntu-18.04, macos-latest, windows-latest]
14
+ os: [ubuntu-18.04, windows-latest]
15
  runs-on: ${{ matrix.os }}
16
  steps:
17
  - uses: actions/checkout@v2