Skip to content

Commit 3928015

Browse files
GH actions fix for deprecating set-env and add-path commands (#24)
* [version] Bumping version from 0.1.25 to 0.1.26 * enabling unsecure command on actions * enabling unsecure command on actions
1 parent f9a56f7 commit 3928015

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/poetry-pytest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
pytest:
1010
name: pytest
1111
runs-on: ubuntu-latest
12+
env:
13+
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
1214
steps:
1315
- uses: actions/checkout@master
1416
- name: Set up Python 3.7

.github/workflows/publish-pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
pytest:
88
name: pytest
99
runs-on: ubuntu-latest
10+
env:
11+
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
1012
steps:
1113
- uses: actions/checkout@master
1214
- name: Set up Python 3.7

0 commit comments

Comments
 (0)