diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index f8cd10f..cb8c2fc 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -67,10 +67,6 @@ jobs: run: | python -m pytest tests/unit_tests/ -v --tb=short - - name: Run integration tests - run: | - python -m pytest tests/integration_tests/ -v --tb=short - - name: Upload coverage report if: matrix.python-version == '3.11' uses: actions/upload-artifact@v4 @@ -85,6 +81,8 @@ jobs: needs: test if: github.event_name == 'release' runs-on: ubuntu-latest + environment: + name: riskenv ci/cd permissions: id-token: write # required for PyPI trusted publishing