We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7fa49e commit b38ec56Copy full SHA for b38ec56
.github/workflows/testing-branchpip.yml
@@ -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