Browse Source

fix bug in BasicModel test

pull/3/head
Gao Enhao 2 years ago
parent
commit
c844d8ffe5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/build-and-test.yaml

+ 1
- 1
.github/workflows/build-and-test.yaml View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ubuntu-latest
os: [ubuntu-latest]
python-version: [3.8, 3.9]
steps:
- uses: actions/checkout@v2


Loading…
Cancel
Save