We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e9e866 commit b4e0a86Copy full SHA for b4e0a86
.github/workflows/python.yml
@@ -32,6 +32,8 @@ jobs:
32
run: pip install 'pipenv==2023.7.23'
33
- name: Install dependencies
34
run: pipenv install --dev
35
+ - name: Hack: remove boto
36
+ run: pipenv uninstall boto
37
- name: Configure git defaults
38
run: |
39
git config --global user.name "Git Worker"
0 commit comments