Skip to content

Commit

Permalink
No need to install project directory
Browse files Browse the repository at this point in the history
  • Loading branch information
John Anchery committed Jul 24, 2021
1 parent 1ea7e36 commit 3da3ac5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
python -m pip install --upgrade pip
python -m pip install poetry flake8 pytest
poetry install
- name: Install project directory using pip
run: |
python -m pip install .
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 3da3ac5

Please sign in to comment.