Skip to content

Commit

Permalink
yolo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerhut authored Apr 18, 2024
1 parent 8248b99 commit 9e9768f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip pdm
python -m pdm install --global --check --dev
python -m pdm install --check --no-editable --dev
- name: Lint with flake8
run: |
python -m flake8 .
pdm run python -m flake8 .
- name: Run Python app
run: |
python .
pdm run python .
- name: Check if new files generated
run: |
if ! git diff --quiet --exit-code; then
Expand Down
2 changes: 1 addition & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9e9768f

Please sign in to comment.