Skip to content

Commit

Permalink
don't specify python version for spell checking
Browse files Browse the repository at this point in the history
  • Loading branch information
korbinian90 authored and pzeidman committed Jan 22, 2025
1 parent 20ba222 commit b3f1adb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@ jobs:
spell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: '3.7'
architecture: 'x64'
uses: actions/setup-python@v5
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip setuptools
Expand Down

0 comments on commit b3f1adb

Please sign in to comment.