Skip to content

Commit

Permalink
Fixed cd path
Browse files Browse the repository at this point in the history
  • Loading branch information
dockmd committed Feb 7, 2024
1 parent 410b213 commit d9d8fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-testcases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install virtualenv
cd validator/eark_validator
cd validator
echo "${PWD##*/}"
virtualenv -p python3 venv
source venv/bin/activate
Expand Down

0 comments on commit d9d8fc2

Please sign in to comment.