We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7812d commit 2ccbc88Copy full SHA for 2ccbc88
.github/workflows/docs.yml
@@ -31,6 +31,8 @@ jobs:
31
os: [ubuntu-latest]
32
name: Generate documentation
33
runs-on: ${{ matrix.os }}
34
+ env:
35
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
36
environment:
37
name: Deploy to github pages
38
url: ${{ steps.deployment.outputs.page_url }}
.github/workflows/lint.yml
@@ -11,6 +11,8 @@ jobs:
11
run-black:
12
name: Run Black codestyle
13
runs-on: ubuntu-latest
14
15
16
17
steps:
18
- name: Check out Git repository
.github/workflows/test.yml
@@ -24,6 +24,8 @@ jobs:
24
python-version: [ "3.10", "3.11", "3.12" ]
25
os: [ ubuntu-latest ]
26
fail-fast: false
27
28
29
30
defaults:
run:
0 commit comments