Commit 6ef905b5 authored by Bharath Ramsundar's avatar Bharath Ramsundar
Browse files

Another fix

parent 9c7bc562
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ jobs:
    strategy:
      fail-fast: false
      matrix:
        python-version: [3.7, 3.8]
        python-version: [3.7]
    steps:
    - uses: actions/checkout@v2
    - name: Cache pip modules for Linux
@@ -40,7 +40,7 @@ jobs:
      fail-fast: false
      matrix:
        os: [ubuntu-latest, windows-latest]
        python-version: [3.7]
        python-version: [3.7, 3.8]
        #include:
        #  - os: ubuntu-latest
        #    python-version: 3.6