mirror of
https://github.com/actions/setup-python.git
synced 2026-07-01 21:13:05 +02:00
Fixing pipenv CI (#444)
* work on fixing pipenv * change installation of pipenv to curl * add different logs * regenerate pipefile.lock * change pipenv ci
This commit is contained in:
co-authored by
GitHub
parent
00a5248c77
commit
766e8c6088
@@ -4,8 +4,8 @@ verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
numpy = "1.22.3"
|
||||
pandas = "1.4.2"
|
||||
flake8 = "==4.0.1"
|
||||
numpy = "==1.23.0"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user