Skip to content

Commit

Permalink
Loosen requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobloem authored Aug 14, 2024
1 parent ad19932 commit 0b18521
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v4.1.2"
uses: "actions/checkout@v4"

- name: "Set up Python"
uses: actions/setup-python@v5.1.0
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "pip"
Expand All @@ -26,4 +26,4 @@ jobs:
run: python3 -m pip install -r requirements.txt

- name: "Run"
run: python3 -m ruff check .
run: python3 -m ruff check .

0 comments on commit 0b18521

Please sign in to comment.