Skip to content

Commit

Permalink
Merge pull request #57 from mindsdb/fix-integration-tests
Browse files Browse the repository at this point in the history
Test integration test
  • Loading branch information
ea-rus authored Nov 6, 2024
2 parents c909d0b + 43f1775 commit 757c8bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_on_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9','3.10', '3.11']
python-version: ['3.10']
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -28,4 +28,4 @@ jobs:
env:
PYTHONPATH: ./
API_KEY: ${{ secrets.API_KEY }}
BASE_URL: ${{ secrets.BASE_URL }}
BASE_URL: 'https://mdb.ai'

0 comments on commit 757c8bf

Please sign in to comment.