Skip to content

Commit 6576014

Browse files
committed
Another attempt to fix CI tests
1 parent 48d40aa commit 6576014

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
python-version: "pypy-3.8" #no cryptography available there
2727

2828
env:
29+
GNUPGHOME: ${{ github.workspace }}/.gpg
2930
PGP_KEY_NAME: ${{ secrets.PGP_KEY_NAME }}
3031
PGP_KEY_PASSWD: ${{ secrets.PGP_KEY_PASSWD }}
3132
BSD_KEY: ${{ github.workspace }}/bsd-key
@@ -38,6 +39,7 @@ jobs:
3839
run: |
3940
echo -n "${{ secrets.PGP_KEY }}" | base64 --decode | gpg --import --batch --pinentry-mode=loopback
4041
echo -n "${{ secrets.BSD_KEY }}" > $GITHUB_WORKSPACE/bsd-key
42+
mkdir -p $GITHUB_WORKSPACE/.gpg
4143
4244
- name: Set up Python
4345
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)