Skip to content

Commit

Permalink
Running all in 1 step
Browse files Browse the repository at this point in the history
  • Loading branch information
dockmd committed Feb 7, 2024
1 parent 2097e67 commit 410b213
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/validate-testcases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,17 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Enter validator directory
run: cd validator/eark_validator
- name: Create virtual environment
run: |
python -m pip install --upgrade pip
python -m pip install virtualenv
cd validator/eark_validator
echo "${PWD##*/}"
virtualenv -p python3 venv
source venv/bin/activate
python -m pip install --upgrade pip
pip install .
ip-check
- name: Print files
run: ls -R
- name: Install dependencies
Expand Down

0 comments on commit 410b213

Please sign in to comment.