diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f0d2e56..b8f5cbe8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,11 +14,11 @@ jobs: python-version: ["3.9", "3.10", "3.11"] steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} cache: 'pip' cache-dependency-path: 'pyproject.toml' - run: pip install ".[test]" - - run: pytest \ No newline at end of file + - run: pytest