1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-python synced 2025-06-09 04:42:20 +02:00

Fix pipenv jobs (#699)

This commit is contained in:
Dmitry Shibanov 2023-07-13 14:11:40 +02:00 committed by GitHub
parent 0d5da6a89a
commit c16c4b8d18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 75 additions and 48 deletions

7
__tests__/test-pipenv.py Normal file
View file

@ -0,0 +1,7 @@
import numpy as np
a = np.array([2, 3, 4])
print(type(a))
b = np.array([1.2, 3.5, 5.1])
print(type(b))