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 3b7d1c9 commit 32eb655Copy full SHA for 32eb655
.github/workflows/ci_tests.yaml
@@ -51,6 +51,8 @@ jobs:
51
test:
52
name: ${{ matrix.os }} - Python ${{ matrix.python-version }}
53
runs-on: ${{ matrix.os }}
54
+ environment:
55
+ name: pr-tests
56
permissions:
57
id-token: write # This is required for requesting OIDC token for codecov
58
strategy:
0 commit comments