fix tests

This commit is contained in:
Rohan Mehta 2025-03-11 10:08:38 -07:00
parent 5087360a43
commit 2df35815da

View file

@ -16,6 +16,8 @@ jobs:
permissions:
id-token: write # Important for trusted publishing to PyPI
runs-on: ubuntu-latest
env:
OPENAI_API_KEY: fake-for-tests
steps:
- name: Checkout repository