Skip to content

Commit

Permalink
Doing user install for python
Browse files Browse the repository at this point in the history
  • Loading branch information
kellrott committed Aug 22, 2024
1 parent ebc227a commit da288a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,10 @@ jobs:
- name: install gripql
run: |
cd gripql/python
python setup.py install
- name: install gripql
python setup.py install --user
- name: install pygrip
run: |
python setup.py install
python setup.py install --user


Expand Down

0 comments on commit da288a3

Please sign in to comment.