1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2025-06-08 14:37:00 +09:00

Remove requests package from tests

This commit is contained in:
Vladimir Safonkin 2022-04-03 20:36:55 +02:00
parent 9156f8336f
commit 40d5ad935a

View file

@ -52,7 +52,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
cd __tests__/data cd __tests__/data
pipenv install requests pipenv install
python-poetry-dependencies-caching: python-poetry-dependencies-caching:
name: Test poetry (Python ${{ matrix.python-version}}, ${{ matrix.os }}) name: Test poetry (Python ${{ matrix.python-version}}, ${{ matrix.os }})
@ -116,4 +116,4 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
cd __tests__/data cd __tests__/data
pipenv install requests pipenv install