Skip to content

Commit

Permalink
Updated validate action to run the unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink committed Oct 12, 2023
1 parent 1f7c91b commit f672692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-comment-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
version: [3.7, 3.8, 3.9, 3.10, 3.11]
version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.version }}
- run: python --version
- run: python run_all_tests.py -a

0 comments on commit f672692

Please sign in to comment.