Skip to content

Commit

Permalink
Rework main flow
Browse files Browse the repository at this point in the history
  • Loading branch information
zemelko committed Dec 15, 2023
1 parent 6919001 commit b457365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
python-version: '3.x'
- name: Install Dependencies
run: |
pip install -r requirements.txt
pip install poetry
make install
- name: Run Tests
run: make tests
Expand Down

0 comments on commit b457365

Please sign in to comment.