Skip to content

Commit

Permalink
gh actions: re-enable build/testing on all config
Browse files Browse the repository at this point in the history
- Test on all python versions
- Test on all OSes
  • Loading branch information
reyammer committed Sep 25, 2024
1 parent 0480231 commit 73d02db
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/python-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ jobs:
e2e-testing:
strategy:
matrix:
# python-version: [ "3.8.x", "3.9.x", "3.10.x", "3.11.x", "3.12.x" ]
python-version: [ "3.12.x" ] # FIXME: add back other python versions
# os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
os: [ "ubuntu-latest" ] # FIXME: add back other OSes
python-version: [ "3.8.x", "3.9.x", "3.10.x", "3.11.x", "3.12.x" ]
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4
Expand Down

0 comments on commit 73d02db

Please sign in to comment.