Skip to content

Commit

Permalink
Housekeeping CI Github actions (#42)
Browse files Browse the repository at this point in the history
* removed environment.yml from cache key-hash and fixed comments

Co-authored-by: Michael Denker <[email protected]>
  • Loading branch information
Moritz-Alexander-Kern and mdenker authored Jan 28, 2022
1 parent 2c3e7ae commit 0ab6164
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/CI_actions.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# This workflow will setup GitHub-hosted runners and install the required dependencies for viziphant documentation.
# On a pull requests and on pushes to master it will build and create the documentation .
# On pull requests and on pushes to master it will build the documentation .

name: Viziphant-tests

name: tests
# define events that trigger workflow 'Viziphant-tests'
on:
# run on pull requests to master branch
Expand Down Expand Up @@ -48,7 +49,8 @@ jobs:
with:
path: ~/.cache/pip
# Look to see if there is a cache hit for the corresponding requirements files
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements-docs.txt') }}-${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('**/environment.yml') }}-${{ steps.date.outputs.date }}
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements-docs.txt') }}-${{ hashFiles('**/requirements.txt') }}-${{ steps.date.outputs.date }}


- name: Install dependencies
run: |
Expand Down

0 comments on commit 0ab6164

Please sign in to comment.