Skip to content

Commit

Permalink
use pip
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed May 10, 2023
1 parent a22e64c commit ed09d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python-version: ${{ matrix.python-version[0] }}

- name: Install Vyper
run: python setup.py install
run: pip install .

- name: Initialize repository and submodules
run: |
Expand Down

0 comments on commit ed09d51

Please sign in to comment.