Skip to content

Commit

Permalink
Debug python
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Sep 9, 2023
1 parent 713cb16 commit 4ecc665
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
cache: 'pip'
- name: Install dependencies
run: |
pwd
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install -r training/requirements.txt
- name: Lint with flake8
run: |
pip install flake8
Expand Down

0 comments on commit 4ecc665

Please sign in to comment.