Skip to content

Commit

Permalink
chore: Type in test build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikolov95 committed Oct 12, 2023
1 parent 2191aa7 commit d8ba06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install pip-tools
python -m pip-tools compile --extra dev -o requirements.txt pyproject.toml
python -m piptools compile --extra dev -o requirements.txt pyproject.toml
pip install -r requirements.txt
- name: flake8 Python Style Checking
run: |
Expand Down

0 comments on commit d8ba06e

Please sign in to comment.