We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
install{,s}.yaml
1 parent e0761ec commit 7f5eaf6Copy full SHA for 7f5eaf6
.github/workflows/install.yaml
@@ -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
+name: pip install test - multiple versions
0 commit comments