FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
replicate-python/.github/workflows/ci.yaml at main · replicate/replicate-python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
replicate
/
replicate-python
Public
Notifications
You must be signed in to change notification settings
Fork
274
Star
910
Code
Issues
56
Pull requests
16
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
replicate-python
/
.github
/
workflows
/
ci.yaml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
44 lines (31 loc) · 716 Bytes
Breadcrumbs
replicate-python
/
.github
/
workflows
/
ci.yaml
Copy path
File metadata and controls
44 lines (31 loc) · 716 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name
:
CI
on
:
push
:
branches
:
["main"]
pull_request
:
branches
:
["main"]
jobs
:
test
:
runs-on
:
ubuntu-latest
name
:
"
Test Python ${{ matrix.python-version }}
"
env
:
REPLICATE_API_TOKEN
:
${{ secrets.REPLICATE_API_TOKEN }}
timeout-minutes
:
10
strategy
:
fail-fast
:
false
matrix
:
python-version
:
["3.8", "3.9", "3.10", "3.11", "3.12"]
defaults
:
run
:
shell
:
bash
steps
:
-
uses
:
actions/checkout@v4
-
uses
:
astral-sh/setup-uv@v5
with
:
enable-cache
:
true
-
name
:
Setup
run
:
./script/setup
-
name
:
Test
run
:
./script/test
-
name
:
Lint
run
:
./script/lint
Back
|
FazBrowse Home
|
New Git URL