Skip to content

Commit

Permalink
Fix the job naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jschaff committed Oct 28, 2024
1 parent c5b40e6 commit 8d41dde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.12" ]
python-version: ["3.12"]
steps:
- name: Checkout source
uses: actions/checkout@v3
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
- name: Run Tests
run: python -m pytest tests
if: matrix.python-version != 3.12
build_package_and_run_legacy_tests_python3.7:

build_package_and_run_legacy_tests_0:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
Expand All @@ -66,7 +67,8 @@ jobs:

- name: Run Tests
run: python -m pytest tests
build_package_and_run_legacy_tests_python3.6:

build_package_and_run_legacy_tests_1:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
Expand Down

0 comments on commit 8d41dde

Please sign in to comment.