Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Jun 26, 2024
1 parent 96100a7 commit a5fb651
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-test-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,13 @@ jobs:
file : [ test_color, test_contrib ]
compile : [ F ] # to also run the tests with backend_compilation, change this to: T, F
steps:
- uses: actions/checkout@v4

- name: Checkout 🛎️Ivy
uses: actions/checkout@v4
with:
repository: ivy-llc/ivy
token: ${{ secrets.DEV_BOT_GENERAL_PAT }}
ref: main
persist-credentials: true
submodules: "recursive"

- name: Get Job URL
uses: Tiryoh/gha-jobid-action@v0
Expand All @@ -38,6 +35,9 @@ jobs:
run: |
sudo pip3 install -e .
- name: Checkout ivy-integration-tests
uses: actions/checkout@v4

- name: Run Tests
id: tests
run: |
Expand Down

0 comments on commit a5fb651

Please sign in to comment.