Skip to content

Commit b4e0a86

Browse files
committed
CI: Remove boto from test environment; unused in tests
1 parent 4e9e866 commit b4e0a86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python.yml

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
run: pip install 'pipenv==2023.7.23'
3333
- name: Install dependencies
3434
run: pipenv install --dev
35+
- name: Hack: remove boto
36+
run: pipenv uninstall boto
3537
- name: Configure git defaults
3638
run: |
3739
git config --global user.name "Git Worker"

0 commit comments

Comments
 (0)