FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pyrogram/.github/workflows/python.yml at master · pyrogram/pyrogram · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Dec 23, 2024. It is now read-only.
pyrogram
/
pyrogram
Public archive
Notifications
You must be signed in to change notification settings
Fork
1.4k
Star
4.6k
Code
Pull requests
58
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
pyrogram
/
.github
/
workflows
/
python.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
34 lines (26 loc) · 689 Bytes
Breadcrumbs
pyrogram
/
.github
/
workflows
/
python.yml
Copy path
File metadata and controls
34 lines (26 loc) · 689 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
name
:
Pyrogram
on
:
[push, pull_request]
jobs
:
build
:
runs-on
:
${{ matrix.os }}
strategy
:
matrix
:
os
:
[ubuntu-latest, macos-latest]
python-version
:
["3.7", "3.8", "3.9", "3.10", "3.11"]
steps
:
-
uses
:
actions/checkout@v3
-
name
:
Set up Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v2
with
:
python-version
:
${{ matrix.python-version }}
-
name
:
Install dependencies
run
:
|
python -m pip install --upgrade pip
pip install tox
-
name
:
Generate API
run
:
|
make venv
make api
-
name
:
Run tests
run
:
|
tox
Back
|
FazBrowse Home
|
New Git URL