Skip to content

Commit

Permalink
fix: integration test workflow (#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
sash-a authored Nov 25, 2024
1 parent c6f4f5d commit 2074e7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20

strategy:
matrix:
python-version: ["3.12", "3.11"]

steps:
- name: Checkout mava
uses: actions/checkout@v4
Expand Down

0 comments on commit 2074e7e

Please sign in to comment.