Skip to content

Commit 7f5eaf6

Browse files
committed
placeholders: install{,s}.yaml
1 parent e0761ec commit 7f5eaf6

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/workflows/install.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: pip install test
2+
on:
3+
workflow_dispatch:
4+
jobs:
5+
placeholder:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- run: echo "Placeholder workflow"

.github/workflows/installs.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: pip install test - multiple versions
2+
on:
3+
workflow_dispatch:
4+
jobs:
5+
placeholder:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- run: echo "Placeholder workflow"

0 commit comments

Comments
 (0)