Skip to content

Commit

Permalink
Update lx-build-and-pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed-Bayoumy committed Jun 4, 2023
1 parent 6b1fd77 commit 3b64082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lx-build-and-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
pip install flake8 pytest pytest-cov
pip install wheel
python setup.py sdist bdist_wheel
pip install dist/StatLML-2.0.0-py3-none-any.whl
pip install dist/*.whl
pip install -r requirements.txt
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 3b64082

Please sign in to comment.