Skip to content

Commit

Permalink
TR-3756 Adapt GitHub action for Honeypatch hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
blu3r4y committed Jul 30, 2024
1 parent f5b0b02 commit dbe2440
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-honeyquest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,17 @@ jobs:
working-directory: ./src/honeyfront
run: npm install

- name: Install Python dependencies
- name: Install Honeyback Python dependencies
working-directory: ./src/honeyback
run: poetry install --with hooks,analytics
env:
RPY2_CFFI_MODE: ABI # needed for rpy2

- name: Activate Poetry environment
- name: Install Honeypatch Python dependencies
working-directory: ./src/honeypatch
run: poetry install

- name: Activate Honeyback Poetry environment
working-directory: ./src/honeyback
shell: bash
run: |
Expand Down

0 comments on commit dbe2440

Please sign in to comment.