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.
1 parent f98d3de commit d048e4bCopy full SHA for d048e4b
.github/workflows/run_single_test.yml
@@ -15,6 +15,14 @@ jobs:
15
with:
16
python-version: '3.11'
17
18
+ - name: Setup parameters file
19
+ shell: bash
20
+ env:
21
+ PARAMETERS_SECRET: ${{ secrets.PARAMETERS_SECRET }}
22
+ run: |
23
+ gpg --quiet --batch --yes --decrypt --passphrase="$PARAMETERS_SECRET" \
24
+ .github/workflows/parameters/public/parameters_${{ matrix.cloud-provider }}.py.gpg > test/parameters.py
25
+
26
- name: Install dependencies
27
run: |
28
python -m pip install ".[development,aio,secure-local-storage]"
0 commit comments