Skip to content

Commit

Permalink
installing venv
Browse files Browse the repository at this point in the history
  • Loading branch information
dockmd committed Feb 7, 2024
1 parent e1eeb10 commit 09c6b21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate-testcases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
run: cd validator/eark_validator
- name: Crete virtual environment
run: |
python -m pip install --upgrade pip
python -m pip install virtualenv
virtualenv -p python3 venv
source venv/bin/activate
- name: Install dependencies
Expand Down

0 comments on commit 09c6b21

Please sign in to comment.