diff --git a/.github/workflows/validate-testcases.yaml b/.github/workflows/validate-testcases.yaml index a756819b..2bd69108 100644 --- a/.github/workflows/validate-testcases.yaml +++ b/.github/workflows/validate-testcases.yaml @@ -24,12 +24,14 @@ jobs: python-version: "3.10" - name: Enter validator directory run: cd validator/eark_validator - - name: Crete virtual environment + - name: Create virtual environment run: | python -m pip install --upgrade pip python -m pip install virtualenv virtualenv -p python3 venv source venv/bin/activate + - name: Print files + run: ls -R - name: Install dependencies run: | python -m pip install --upgrade pip