Skip to content

Commit

Permalink
Install python deps
Browse files Browse the repository at this point in the history
  • Loading branch information
boomanaiden154 committed Mar 3, 2024
1 parent 9dffa0a commit 83409ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ jobs:
key: ${{ runner.os }}-bazel-${{ hashFiles('.bazelversion', '.bazelrc', 'WORKSPACE', 'WORKSPACE.bazel', 'MODULE.bazel') }}
restore-keys: |
${{ runner.os }}-bazel-
- name: Setup Python
with:
python-version: '3.10'
cache: 'pip'
- name: Install python deps
run: pip3 install -r requirements.in
- name: Run build
run: bazel build ...

0 comments on commit 83409ea

Please sign in to comment.