Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokayas committed Nov 9, 2024
2 parents 0c05750 + a90c72c commit d9b3ac2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

env:
OPENAI_API_KEY: dummy

jobs:
linter:
strategy:
Expand Down Expand Up @@ -51,10 +48,11 @@ jobs:
run: make install
- name: Run tests
run: make test
env:
OPENAI_API_KEY: dummy
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
# with:
# fail_ci_if_error: true

# tests_mac:
Expand Down Expand Up @@ -94,3 +92,5 @@ jobs:
run: pip install -e .[test]
- name: run tests
run: pytest -s -vvvv -l --tb=long tests
env:
OPENAI_API_KEY: dummy

0 comments on commit d9b3ac2

Please sign in to comment.