Skip to content

Commit

Permalink
Added Python env variables in check_bazel_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Oct 15, 2024
1 parent f6ebc7e commit 8f570d6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/check_bazel_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
USE_BAZEL_VERSION: 7.2.1
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Search for duplicated error codes
Expand All @@ -23,11 +23,14 @@ jobs:
- name: Install JDK and ZMQ
run: |
sudo apt-get update
sudo apt-get install -y openjdk-11-jdk libzmq3-dev
sudo apt-get install -y openjdk-11-jdk libzmq3-dev python3
- name: Build
run: |
bazel build --lockfile_mode=off --config no-tty -c dbg --config python --config fast-binary --verbose_failures
working-directory: ./exaudfclient/
env:
- PYTHON3_PREFIX: /usr
- PYTHON3_VERSION: python3.10

tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8f570d6

Please sign in to comment.