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 36e2820 commit a7da5e3Copy full SHA for a7da5e3
.github/workflows/pypi-package.yml
@@ -10,6 +10,9 @@ permissions:
10
contents: read
11
id-token: write
12
13
+env:
14
+ FORCE_COLOR: 1
15
+
16
jobs:
17
build-package:
18
name: Build & verify package
.github/workflows/test.yml
@@ -8,6 +8,8 @@ on:
8
9
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments