Skip to content

Commit

Permalink
fix: using correct python version in integration tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Jan 20, 2025
1 parent a87bd90 commit 3f132a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
permissions:
actions: read
contents: write

jobs:
kornia:
runs-on: ubuntu-latest
Expand All @@ -33,7 +34,7 @@ jobs:
- name: Install ivy
run: |
cd ivy
sudo pip3 install -e .
pip install -e .
- name: Run Tests
id: tests
Expand Down

0 comments on commit 3f132a8

Please sign in to comment.