Skip to content

Commit

Permalink
Merge pull request #127 from w3c/gh-upgrade
Browse files Browse the repository at this point in the history
Upgrade imported github actions
  • Loading branch information
dontcallmedom authored Dec 12, 2023
2 parents 9f68a4d + e520bd7 commit 0898004
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.7'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run test sutie
- name: Run test suite
run: python runtest.py

0 comments on commit 0898004

Please sign in to comment.