Skip to content

Commit 8aa7ebc

Browse files
authored
Create issue1275.yml
1 parent d2bff89 commit 8aa7ebc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

issue1275.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: issue#1275
2+
on:
3+
workflow_dispatch:
4+
jobs:
5+
build:
6+
runs-on: ${{ matrix.os }}
7+
strategy:
8+
fail-fast: false
9+
matrix:
10+
os: [ubuntu-latest]
11+
12+
steps:
13+
- name: Checkout code
14+
uses: actions/checkout@v5
15+
- name: Set up python
16+
uses: actions/setup-python@v6
17+
with:
18+
python-version: "3.x"
19+

0 commit comments

Comments
 (0)