Skip to content

Commit b38ec56

Browse files
authored
Create testing-branchpip.yml
1 parent e7fa49e commit b38ec56

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: pip-branchtesting
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
setup:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Checkout code
11+
uses: actions/checkout@v4
12+
13+
- name: Set up Python
14+
uses: gowridurgad/setup-python@pip-version
15+
with:
16+
python-version: '3.11'
17+
pip-version: '23'

0 commit comments

Comments
 (0)