Skip to content

Commit

Permalink
Fix syntax error in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tekknolagi committed Nov 22, 2023
1 parent 2d49314 commit 8f9ee98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Python
run: sudo apt install -y ${{PYTHON}}
run: sudo apt install -y ${{matrix.PYTHON}}
- name: Run tests
run: ${{PYTHON}} scrapscript.py test
run: ${{matrix.PYTHON}} scrapscript.py test

0 comments on commit 8f9ee98

Please sign in to comment.