mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
fix(ci): remove env-print step to avoid leaking sensitive environment variables (#1299)
This commit is contained in:
@@ -17,7 +17,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
cache: pip
|
cache: pip
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- run: env | sort
|
|
||||||
- run: make dev
|
- run: make dev
|
||||||
- name: lint test docs and build
|
- name: lint test docs and build
|
||||||
run: make lint docs-gen test-offline # test docs build
|
run: make lint docs-gen test-offline # test docs build
|
||||||
|
|||||||
@@ -35,8 +35,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install setuptools wheel twine # better-exceptions(optional for debug)
|
pip install setuptools wheel twine # better-exceptions(optional for debug)
|
||||||
- run: env | sort
|
|
||||||
if: ${{ steps.release_please.outputs.release_created }}
|
|
||||||
- run: make dev
|
- run: make dev
|
||||||
if: ${{ steps.release_please.outputs.release_created }}
|
if: ${{ steps.release_please.outputs.release_created }}
|
||||||
- run: make build
|
- run: make build
|
||||||
|
|||||||
Reference in New Issue
Block a user