Skip to content

Commit

Permalink
fix: remove redundant api key logic from pr tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Jan 17, 2025
1 parent a88978c commit 365f11f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/commit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,9 @@ jobs:
git diff HEAD^ HEAD --output="commit-diff.txt"
fi
- name: Install ivy and fetch binaries
- name: Install ivy
run: |
cd ivy
sudo pip3 install -e .
mkdir .ivy
touch .ivy/key.pem
echo -n ${{ secrets.USER_API_KEY }} > .ivy/key.pem
cd ..
sudo pip3 install -e ivy/
- name: Get Job URL
uses: Tiryoh/gha-jobid-action@v0
Expand Down

0 comments on commit 365f11f

Please # to comment.