mirror of
https://gitea.com/actions/setup-python.git
synced 2025-09-17 00:58:25 +08:00
Fix pipenv jobs (#699)
This commit is contained in:
7
__tests__/test-pipenv.py
Normal file
7
__tests__/test-pipenv.py
Normal 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))
|
Reference in New Issue
Block a user