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 f9a56f7 commit 3928015Copy full SHA for 3928015
.github/workflows/poetry-pytest.yml
@@ -9,6 +9,8 @@ jobs:
9
pytest:
10
name: pytest
11
runs-on: ubuntu-latest
12
+ env:
13
+ ACTIONS_ALLOW_UNSECURE_COMMANDS: true
14
steps:
15
- uses: actions/checkout@master
16
- name: Set up Python 3.7
.github/workflows/publish-pypi.yml
@@ -7,6 +7,8 @@ jobs:
7
8
0 commit comments