Skip to content

Commit

Permalink
Updated setup python action
Browse files Browse the repository at this point in the history
  • Loading branch information
dockmd committed Feb 7, 2024
1 parent 1fa6280 commit 796612b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate-testcases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
repository: E-ARK-Software/eark-validator
path: validator
- name: Set up Python 3.10
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Print files
Expand All @@ -29,6 +29,6 @@ jobs:
python -m pip install --upgrade pip
pip install validator/.
- name: Print files
run: ls -R
run: ls -R
- name: Check validator
run: (cd validator && exec eark_validator/cli/app)
run: python validator/eark_validator/cli/app.py

0 comments on commit 796612b

Please sign in to comment.