diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8fb07fe..31143ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,9 @@ jobs: with: python-version: 3.8 - name: Install dependencies - run: pip install -r requirements.txt + run: | + pip install openai==0.28.1 + pip install -r requirements.txt - name: Run tests and collect coverage run: | coverage run -m unittest discover