Commit 63cf2469 authored by Bharath Ramsundar's avatar Bharath Ramsundar
Browse files

Adding in python 3.8 as well

parent e0b8f1be
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -12,10 +12,10 @@ jobs:
    strategy:
      fail-fast: false
      matrix:
        python-version: [3.7]
    steps:
    - uses: actions/checkout@v2
    - name: Cache pip modules for Linux
        python-version: [3.7, 3.8]
        #    steps:
        #    - uses: actions/checkout@v2
        #    - name: Cache pip modules for Linux
      uses: actions/cache@v2
      with:
        path: ~/.cache/pip