Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanramoscfa committed Jan 17, 2024
1 parent 6984d49 commit b52213a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
# Install flake8 for linting
- name: Install flake8
run: pip install flake8

# Set PYTHONPATH
- name: Set PYTHONPATH
run: echo "PYTHONPATH=$PYTHONPATH:$(pwd)" >> $GITHUB_ENV
Expand Down

0 comments on commit b52213a

Please sign in to comment.