Update test.yaml

This commit is contained in:
Kjeld Schouten-Lebbing
2022-11-24 16:40:22 +01:00
committed by GitHub
parent 2c64d906c6
commit 1e70543d33

View File

@@ -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 -