Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Nov 14, 2024
1 parent cb0ccfa commit 5c910c0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
- '3.11'
- '3.10'
- '3.9'

defaults:
run:
working-directory: python
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -55,9 +57,8 @@ jobs:
run: pytest
- name: Run Acceptance Tests
run: make acceptance
working-directory: python
- name: Check build
run: |
python -m pip install build twine
python -m build
twine check --strict dist/*
twine check --strict dist/*

0 comments on commit 5c910c0

Please sign in to comment.