Skip to content

Commit

Permalink
Fix pip args.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimf5 committed Nov 18, 2024
1 parent 4168b61 commit 7c5ca35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nginx-otel-module-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y cmake libc-ares-dev libre2-dev python3-pip
sudo apt-get install -y cmake libc-ares-dev libre2-dev
- name: Checkout nginx
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -42,6 +42,6 @@ jobs:
- name: Run tests
working-directory: tests
run: |
pip install --root-user-action=ignore -r requirements.txt
pip install -r requirements.txt
TEST_NGINX_GLOBALS="load_module ${PWD}/../build/ngx_otel_module.so;" \
pytest --log-cli-level=info

0 comments on commit 7c5ca35

Please sign in to comment.