FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
arrayfire-python/.github/workflows/build.yaml at master · arrayfire/arrayfire-python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
arrayfire
/
arrayfire-python
Public
Notifications
You must be signed in to change notification settings
Fork
64
Star
422
Code
Issues
57
Pull requests
3
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
arrayfire-python
/
.github
/
workflows
/
build.yaml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
29 lines (21 loc) · 568 Bytes
Breadcrumbs
arrayfire-python
/
.github
/
workflows
/
build.yaml
Copy path
File metadata and controls
29 lines (21 loc) · 568 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name
:
Run Tests
on
:
[push]
jobs
:
build
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v1
-
name
:
Set up Python 3.10
uses
:
actions/setup-python@v1
with
:
python-version
:
"
3.10
"
-
name
:
Install dependencies
run
:
|
python -m pip install --upgrade pip
pip install -r requirements.txt
-
name
:
Test with pytest
run
:
pytest
-
name
:
Install AF
run
:
apt install arrayfire
-
name
:
Test array_api
run
:
python -m pytest arrayfire/array_api
Back
|
FazBrowse Home
|
New Git URL