FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
hydrogram/.github/workflows/python.yml at refs/heads/dev · hydrogram/hydrogram · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
hydrogram
/
hydrogram
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
54
Star
244
Code
Issues
16
Pull requests
5
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
hydrogram
/
.github
/
workflows
/
python.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
35 lines (27 loc) · 709 Bytes
Breadcrumbs
hydrogram
/
.github
/
workflows
/
python.yml
Copy path
File metadata and controls
35 lines (27 loc) · 709 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
name
:
Hydrogram
on
:
[push, pull_request]
jobs
:
build
:
runs-on
:
${{ matrix.os }}
strategy
:
fail-fast
:
false
matrix
:
os
:
[ubuntu-latest, macos-latest]
python-version
:
["3.9", "3.10", "3.11", "3.12", "3.13"]
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Install uv
uses
:
astral-sh/setup-uv@v5
with
:
enable-cache
:
true
cache-dependency-glob
:
"
uv.lock
"
python-version
:
${{ matrix.python-version }}
-
name
:
Install dependencies
run
:
|
uv sync --all-extras --dev
-
name
:
Generate API
run
:
|
make api
-
name
:
Run tests
run
:
|
uv run pytest
Back
|
FazBrowse Home
|
New Git URL