Skip to content

Disable strong cache in integration tests #400

Disable strong cache in integration tests

Disable strong cache in integration tests #400

name: Minimal integration test
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
minimal-test:
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
os: [ubuntu-latest, macos-latest, windows-latest]
uses: ./.github/workflows/integration_test_workflow.yml
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
minimal-only: true
secrets:
openai-api-key: ${{ secrets.OPENAI_API_KEY }}