Skip to content

Commit

Permalink
sudo for installing ivy
Browse files Browse the repository at this point in the history
  • Loading branch information
NripeshN authored Dec 9, 2023
1 parent dd663c0 commit cf75d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/intelligent-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Install ivy and fetch binaries
run: |
cd ivy
pip3 install -e .
sudo pip3 install -e .
mkdir .ivy
touch .ivy/key.pem
echo -n ${{ secrets.USER_API_KEY }} > .ivy/key.pem
Expand Down

0 comments on commit cf75d73

Please sign in to comment.