Skip to content

Commit 1034b3a

Browse files
authored
Create issue1096.yml
1 parent a1a6fea commit 1034b3a

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/issue1096.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: issue1096
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
setup:
8+
runs-on: self-hosted
9+
steps:
10+
- name: Checkout code
11+
uses: actions/checkout@v4
12+
13+
- name: Set up Python
14+
uses: actions/setup-python@v3
15+
with:
16+
python-version: '3.10.12'
17+
cache: 'pip'
18+
19+
- name: Install dependencies
20+
run: pip install -r requirements.txt

0 commit comments

Comments
 (0)