Skip to content

Commit

Permalink
Debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
dockmd committed Feb 7, 2024
1 parent 09c6b21 commit 2097e67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/validate-testcases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2097e67

Please sign in to comment.