Skip to content

Commit

Permalink
fix build instruction for merge test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishendra93 committed Apr 29, 2023
1 parent 8bd2121 commit 1e1ad78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# Install pip and pytest
- name: Install dependencies
run: |
python setup.py install
pip install .
- name: Install m6anet-package
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 1e1ad78

Please sign in to comment.