We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f4a86 commit 554e4d8Copy full SHA for 554e4d8
.github/workflows/macos-build-and-deploy.yml
@@ -6,6 +6,7 @@ on:
6
- master
7
tags:
8
- 'v[0-9]+.[0-9]+.[0-9]+'
9
+ workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
10
11
jobs:
12
build:
@@ -28,13 +29,13 @@ jobs:
28
29
tests/pytest/requirements.*
30
- name: Setup specific
31
working-directory: setup/.install
- run: ./install_script.sh ${{ steps.mode.outputs.mode }}
32
+ run: ./install_script.sh
33
- name: Full checkout
34
uses: actions/checkout@v3
35
with:
36
submodules: recursive
37
- name: Setup common
- run: .install/common_installations.sh ${{ steps.mode.outputs.mode }}
38
+ run: .install/common_installations.sh
39
40
- name: Get Redis
41
uses: actions/checkout@v4
0 commit comments