Skip to content

Commit

Permalink
Fix typo in Ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kutu committed Jun 1, 2024
1 parent 78b235b commit 48de5bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- uses: actions/cache@v3
with:
path: venv
key: ${{ runner.os }}-${{ hashFiles('requirements-check.txt') }}
key: ${{ runner.os }}-${{ hashFiles('requirements/requirements-check.txt') }}
- run: just setup-check
- run: just check
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
run_tests:
runs-on: ubuntu-24.02
runs-on: ubuntu-24.04

steps:
- run: sudo apt-get install -y just
Expand All @@ -19,6 +19,6 @@ jobs:
- uses: actions/cache@v3
with:
path: venv
key: ${{ runner.os }}-${{ hashFiles('requirements-tests.txt') }}
key: ${{ runner.os }}-${{ hashFiles('requirements/requirements-tests.txt') }}
- run: just setup-test
- run: just test

0 comments on commit 48de5bb

Please sign in to comment.