Skip to content

Commit

Permalink
update in installing package.
Browse files Browse the repository at this point in the history
  • Loading branch information
manoskary committed Jul 18, 2024
1 parent 34d75cb commit 51be64b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/unit_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
shell: bash
- name: Install package with pip
run: |
pip freeze
pip install .
run:
python setup.py install
shell: bash
- name: Test with pytest
run: |
Expand Down

0 comments on commit 51be64b

Please sign in to comment.