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.
MISE_PYTHON_DEFAULT_PACKAGES_FILE
1 parent 7bc7196 commit ad3286dCopy full SHA for ad3286d
1 file changed
.github/workflows/codespell.yml
@@ -13,6 +13,14 @@ jobs:
13
- name: Checkout code
14
uses: actions/checkout@v4
15
16
+ - name: Create default packages file
17
+ run: |
18
+ cat <<EOF > .mise-python-default-packages
19
+ codespell==2.4.0
20
+ EOF
21
+
22
+ echo "MISE_PYTHON_DEFAULT_PACKAGES_FILE=.mise-python-default-packages" >> "$GITHUB_ENV"
23
24
- name: Use mise to install dependencies
25
uses: jdx/mise-action@v2
26
with:
@@ -21,8 +29,5 @@ jobs:
29
[tools]
30
python = "3.13.3"
31
- - name: Install codespell
- run: pip install codespell==2.4.0
-
27
32
- name: Run codespell
28
33
run: codespell .
0 commit comments