mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 03:39:03 +00:00
fix(ci): remove command from cache key as irrelevant for dependency (#7314)
This commit is contained in:
parent
8901498582
commit
f79438ffe9
2
.github/workflows/metadata-ingestion.yml
vendored
2
.github/workflows/metadata-ingestion.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
||||
id: cache-venv
|
||||
with:
|
||||
path: ./metadata-ingestion/venv/
|
||||
key: ${{ runner.os }}-venv-${{ steps.packages_checksum.outputs.packages_checksum }}-${{ matrix.python-version }}-${{ matrix.command }}
|
||||
key: ${{ runner.os }}-venv-${{ steps.packages_checksum.outputs.packages_checksum }}-${{ matrix.python-version }}
|
||||
- name: Run metadata-ingestion tests (extras ${{ matrix.extraPythonRequirement }})
|
||||
run: ./gradlew -Pextra_pip_requirements='${{ matrix.extraPythonRequirement }}' :metadata-ingestion:${{ matrix.command }}
|
||||
- name: pip freeze show list installed
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user