Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
renatav committed Jun 28, 2024
1 parent b07e781 commit 1f78505
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,10 @@ jobs:
pytest taf/tests
build_and_upload_wheel:
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

runs-on: ubuntu-latest
needs: run_tests
if: github.event_name == 'release'

steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 1f78505

Please sign in to comment.