Skip to content

Commit

Permalink
Merge pull request #29 from axelerant/gh-actions-pipenv
Browse files Browse the repository at this point in the history
Remove Pipfile.lock so that dependencies are installed as per Python version
  • Loading branch information
hussainweb authored Oct 7, 2020
2 parents 51a6170 + 0f37da7 commit a94b53c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
python -m pip install --upgrade pipenv
- name: Install dependencies
run: |
rm Pipfile.lock
pipenv install --dev
- name: Lint with pylint
run: |
Expand Down

0 comments on commit a94b53c

Please sign in to comment.