Skip to content

Commit 29827da

Browse files
committed
latest
1 parent aced8ce commit 29827da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/accuracy_checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
PYTHONPATH=. python -m pylint --rcfile=.pylintrc `find -wholename '?*/**/*.py' -not -path "./tests/*" -not -path "./build/*"`
2828
2929
check-basics:
30-
runs-on: ubuntu-lastest
30+
runs-on: ubuntu-latest
3131
steps:
3232
- uses: actions/checkout@v3
3333
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)