Skip to content

Commit

Permalink
cargo test also needs opentelemetry-api installed manually
Browse files Browse the repository at this point in the history
  • Loading branch information
sk1p committed Sep 21, 2024
1 parent 99d3261 commit 3c94cc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: python3 -m pip install numpy
- run: python3 -m pip install numpy opentelemetry-api
- run: cargo test
working-directory: ${{ matrix.crate }}

Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: python3 -m pip install numpy
- run: python3 -m pip install numpy opentelemetry-api
- run: cargo test
working-directory: ${{ matrix.crate }}

Expand All @@ -143,7 +143,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: python3 -m pip install numpy
- run: python3 -m pip install numpy opentelemetry-api
- run: cargo test
working-directory: ${{ matrix.crate }}

Expand Down

0 comments on commit 3c94cc7

Please sign in to comment.