Skip to content

Commit

Permalink
Update flownet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer authored Jul 12, 2020
1 parent cfd3a9c commit 55f2b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flownet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
id: cache-venv
uses: actions/cache@v2
with:
path: $VENV_PATH
key: ${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('setup.py') }}-${{ hashFiles('build_environment.sh') }}
path: ${{ env.VENV_PATH }}
key: ${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('build_environment.sh') }}-${{ hashFiles('setup.py') }}

- name: 📦 Install non-python dependencies
run: sudo bash ./apt_install.sh
Expand Down

0 comments on commit 55f2b78

Please sign in to comment.