Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
run: |
echo "This is not a Pull-Request, skipping"

# build and test the standalone CI
build:
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft }}
strategy:
fail-fast: false
max-parallel: 3
Expand Down Expand Up @@ -88,7 +90,6 @@ jobs:

echo "Installing main package..."
python -m pip install ./${{ matrix.package-name }}/[test]

- name: Lint with yapf
# working-directory: ./${{ matrix.package-name }}
run: |
Expand Down
Loading