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:
Dmitry Shibanov 2022-06-29 19:09:14 +02:00 committed by GitHub
parent 00a5248c77
commit 766e8c6088
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 64 additions and 79 deletions

View file

@ -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]