diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f70d807504..300ca6f0b6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -30,7 +30,7 @@ jobs: - name: install catalog_validation shell: bash run: | - cd catalog_validation + cd .catalog_validation pip install -r requirements.txt pip install -U --no-cache-dir . cd -