FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-namedpipe/.github/workflows/debug.yml at master · python-ffmpegio/python-namedpipe · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python-ffmpegio
/
python-namedpipe
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
26
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-namedpipe
/
.github
/
workflows
/
debug.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
51 lines (44 loc) · 1.13 KB
Breadcrumbs
python-namedpipe
/
.github
/
workflows
/
debug.yml
Copy path
File metadata and controls
51 lines (44 loc) · 1.13 KB
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
45
46
47
48
49
50
51
name
:
Debug ffmpegio via SSH
on
:
workflow_dispatch
:
inputs
:
os
:
type
:
choice
description
:
'
Select OS
'
required
:
true
options
:
-
ubuntu-latest
-
macos-latest
-
windows-latest
default
:
macos-latest
python_version
:
type
:
choice
description
:
'
Select OS
'
required
:
true
options
:
-
"
3.10
"
-
"
3.11
"
-
"
3.12
"
-
"
3.13
"
-
"
3.14
"
default
:
"
3.10
"
jobs
:
debug
:
runs-on
:
${{github.event.inputs.os}}
steps
:
-
run
:
echo ${{github.ref}}
-
uses
:
actions/checkout@v4
-
name
:
Setup FFmpeg
uses
:
AnimMouse/setup-ffmpeg@v1
-
name
:
Setup Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v5
with
:
python-version
:
${{ matrix.python-version }}
architecture
:
${{ matrix.arch }}
-
name
:
Setup Python dependencies
run
:
|
python -m pip install -U pip
pip install -e .
pip install -r tests/requirements.txt
-
name
:
Setup tmate session
uses
:
mxschmitt/action-tmate@v3
Back
|
FazBrowse Home
|
New Git URL