Skip to content

Commit

Permalink
Update run-pytest.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Bordt <[email protected]>
  • Loading branch information
sbordt authored Jun 19, 2024
1 parent d31acbc commit 1809885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ jobs:
test:

runs-on: ubuntu-latest

env:
OPENAI_API_KEY: "TESTAPIKEY"
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
Expand All @@ -19,7 +20,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install pip and package
run: |
export OPENAI_API_KEY="TESTAPIKEY"
python -m pip install --upgrade pip
pip install pytest
pip install .
Expand Down

0 comments on commit 1809885

Please sign in to comment.