Skip to content

Commit

Permalink
fix: Remove matix from integration-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
exaby73 committed Jul 30, 2024
1 parent 436c724 commit c6d4bf3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,12 @@ on:
jobs:
integration-tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python: ["3.10", "3.12"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python }}
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
python-version: 3.12
- name: Setup Node 18
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit c6d4bf3

Please sign in to comment.