Skip to content

Commit

Permalink
💚 Updates simzoo gh-action
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Mar 23, 2021
1 parent d63ce72 commit 78378ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/simzoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ hashFiles('setup.cfg') }}-${{ hashFiles('pyproject.toml') }}
- name: Update pip
if: steps.cache-python-env.outputs.cache-hit != 'true'
run: |
python -m pip install --upgrade pip
- name: Install the mlc package with its dependencies
Expand Down

0 comments on commit 78378ee

Please sign in to comment.