Skip to content

Commit

Permalink
Update pipfile and fix pipenv version (#1516)
Browse files Browse the repository at this point in the history
pipenv 2021.11.5 breaking build
  • Loading branch information
cxong authored Nov 7, 2021
1 parent fe15f78 commit a72508c
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 85 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Setup pipenv
run: |
sudo -H pip install -U pipenv
sudo -H pip install -U pipenv==2021.5.29
pipenv install
- name: Build
Expand Down
8 changes: 0 additions & 8 deletions .travis/deploy.sh

This file was deleted.

Binary file removed .travis/deploy_key.enc
Binary file not shown.
3 changes: 0 additions & 3 deletions .travis/git-ssh.sh

This file was deleted.

2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ pykwalify-webform = "==0.1.4"
[dev-packages]

[requires]
python_version = "3"
python_version = "3.7"
138 changes: 66 additions & 72 deletions Pipfile.lock

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

0 comments on commit a72508c

Please sign in to comment.