Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/tests' into tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHerreros committed Jun 25, 2024
2 parents dc91ce7 + 8871569 commit 573838a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
key: venv-${{ runner.os }}-${{ env.pythonLocation }}-${{ hashFiles('**/tests/scripts/fetch_test_data.sh') }}

- name: Install dependencies
if: ${{ steps.cache_deps.outputs.cache-hit != 'true' }}
run: |
python -m pip install --upgrade pip
pip install .
Expand Down

0 comments on commit 573838a

Please sign in to comment.