Skip to content

Commit

Permalink
Update unit-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehardaway authored Nov 11, 2024
1 parent aa46802 commit 114bb2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: '3.10.15'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -24,4 +24,4 @@ jobs:
TESTING: "true"
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: |
pytest --cov --cov-report=term-missing
pytest --cov --cov-report=term-missing

0 comments on commit 114bb2d

Please sign in to comment.