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.
2 parents 677c255 + 737effe commit 3bebc7eCopy full SHA for 3bebc7e
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
outputs:
19
noxenvs: ${{ steps.noxenvs-matrix.outputs.noxenvs }}
20
steps:
21
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
22
- name: Set up nox
23
uses: wntrblm/[email protected]
24
- id: noxenvs-matrix
@@ -38,7 +38,7 @@ jobs:
38
noxenv: ${{ fromJson(needs.list.outputs.noxenvs) }}
39
40
41
42
- name: Install dependencies
43
run: sudo apt-get update && sudo apt-get install -y libenchant-2-dev
44
if: runner.os == 'Linux' && startsWith(matrix.noxenv, 'docs')
@@ -77,7 +77,7 @@ jobs:
77
id-token: write
78
79
80
81
- name: Set up Python
82
uses: actions/setup-python@v5
83
with:
0 commit comments