Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jll63 committed Dec 15, 2023
1 parent 6126c7b commit 2570c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
libfl-dev \
libbenchmark-dev \
libz-dev
pip install -r ${{ github.workspace }} src/python/requirements.txt
pip install -r ${{ github.workspace }}/blazingmq/src/python/requirements.txt
- name: Create dependency fetcher working directory
run: mkdir -p deps
- name: Fetch & Build non packaged dependencies
Expand Down

0 comments on commit 2570c09

Please sign in to comment.