Skip to content

Commit

Permalink
add fake OAI key
Browse files Browse the repository at this point in the history
  • Loading branch information
svilupp committed May 27, 2024
1 parent 10b5d01 commit 8f6f229
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ concurrency:
# Cancel intermediate builds: only if it is a pull request build.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
env:
OPENAI_API_KEY: "invalid-key-just-for-testing"
jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
Expand Down

0 comments on commit 8f6f229

Please sign in to comment.