Skip to content

Commit

Permalink
Changes for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Mar 30, 2024
1 parent a3b2844 commit 1c42b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build source distribution (sdist)
run: |
python3 -m build --no-isolation --sdist
- name: Build binary distribution (wheel)
- name: Build binary distribution (wheel)
run: |
python3 -m build --no-isolation --wheel
test_ubuntu:
Expand Down Expand Up @@ -68,6 +68,6 @@ jobs:
- name: Build source distribution (sdist)
run: |
python3 -m build --no-isolation --sdist
- name: Build binary distribution (wheel)
- name: Build binary distribution (wheel)
run: |
python3 -m build --no-isolation --wheel

0 comments on commit 1c42b03

Please sign in to comment.