Skip to content

Commit

Permalink
fix: setup integration tests with specific python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Jan 20, 2025
1 parent 98f5f6a commit a87bd90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
persist-credentials: false
fetch-depth: 100

- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.10"

- name: Install ivy
run: |
cd ivy
Expand Down

0 comments on commit a87bd90

Please sign in to comment.