2 parents 60ffae7 + 87baa0c commit 212f2c0Copy full SHA for 212f2c0
1 file changed
.github/workflows/ci-python.yml
@@ -4,7 +4,7 @@ jobs:
4
test:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
8
- uses: actions/setup-python@v5
9
with: { python-version: "3.11" }
10
- run: pip install -U pip ruff mypy pytest pytest-cov scikit-learn fastapi uvicorn pydantic joblib
0 commit comments