Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
areibman committed Dec 23, 2024
1 parent 251d0dd commit 7431a63
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/python-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ on:

jobs:
build:

runs-on: ubuntu-latest
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

strategy:
matrix:
Expand All @@ -33,8 +34,10 @@ jobs:
- uses: actions/setup-python@v5
with:
cache: 'pip'
python-version: '3.11' # Use a default Python version for running tox
python-version: '3.11'
- name: Install tox
run: pip install tox
- name: Run tests with tox
run: tox
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

0 comments on commit 7431a63

Please sign in to comment.