mirror of
https://github.com/actions/setup-python.git
synced 2025-07-03 08:03:48 +00:00
Rework python-pipenv-dependencies-caching test
This commit is contained in:
parent
9c644ca2ab
commit
fba2147f0f
3 changed files with 80 additions and 246 deletions
13
__tests__/data/Pipfile
Normal file
13
__tests__/data/Pipfile
Normal file
|
@ -0,0 +1,13 @@
|
|||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
numpy = "1.22.3"
|
||||
pandas = "1.4.2"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "*"
|
Loading…
Add table
Add a link
Reference in a new issue