Skip to content

Commit

Permalink
Fix invocations installation command in core flow
Browse files Browse the repository at this point in the history
  • Loading branch information
cmin764 committed Oct 10, 2023
1 parent 192eee7 commit 5898e54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
path: .venv
key: venv-${{ runner.os }}-${{ steps.full-python-version.outputs.version }}-${{ hashFiles('poetry.lock') }}
- name: Install invocation package
run: invoke install-invocations
run: invoke install-invocations || invoke self.install-invocations
- name: Install dependencies
run: invoke install
- name: Lint
Expand All @@ -117,7 +117,7 @@ jobs:
- name: Install invocation prerequisites
run: pip install -Ur ../../invocations/requirements.txt
- name: Install invocation package
run: invoke install-invocations
run: invoke install-invocations || invoke self.install-invocations
- name: Install dependencies
run: invoke install
- name: Build and publish package
Expand Down

0 comments on commit 5898e54

Please sign in to comment.