Skip to content

Commit 2076af0

Browse files
committed
Remove deprecated use of set-env
1 parent 0d843d6 commit 2076af0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
# Add dist-package to path to enable apt installed python3-clang import
4545
- name: Add dist-packages to PYTHONPATH
46-
run: echo "::set-env name=PYTHONPATH::${PYTHON_PATH}:/usr/lib/python3/dist-packages"
46+
run: echo "PYTHONPATH=${PYTHON_PATH}:/usr/lib/python3/dist-packages" >> $GITHUB_ENV
4747
- name: Display PYTHONPATH
4848
run: python -c "import sys; print('\n'.join(sys.path))"
4949

0 commit comments

Comments
 (0)