Skip to content

Commit

Permalink
TEST: install project with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
rvojcik committed Nov 2, 2023
1 parent 07be273 commit 735d529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pip install -r requirements.txt
- name: Instal Project
run: |
python setup.py install
pip3 install ./
- name: Integration Tests
run: |
run-parts --exit-on-error --regex '^[0-9]+.*\.sh$' ./tests/

0 comments on commit 735d529

Please sign in to comment.