Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

ci: Install the enterprise package in enterprise workflow #95

Merged
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/downstream_python_enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Quickly Build timefold-solver-enterprise
working-directory: ./timefold-solver-enterprise
shell: bash
run: mvn -B -Dquickly clean verify
run: mvn -B -Dquickly clean install
- name: Build with Maven to install parent poms for python build
working-directory: ./timefold-solver-python
run: mvn -B --fail-at-end clean install
Expand Down
Loading