Skip to content

Commit

Permalink
Add cache to Integration tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Conjeaud committed Aug 21, 2023
1 parent a939e4c commit 11dbd2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Creating Neo4j Container
run: |
chmod +x ./docker-scripts/docker-neo4j.sh
Expand Down

0 comments on commit 11dbd2c

Please sign in to comment.