File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 if : ${{ matrix.python-version == 'py312' }}
2929 run : |
3030 docker exec -e TOXENV=${{ matrix.python-version }}-${{ matrix.env-name }} -e DB_HOST=${{ matrix.db-version }} xqueue bash -c \
31- "apt update && apt install -y software-properties-common && add-apt-repository ppa:deadsnakes/ppa -y && apt install python3.12 python3.12-dev python3.12-distutils -y"
31+ "apt update && apt install -y software-properties-common && add-apt-repository ppa:deadsnakes/ppa -y && apt install python3.12 python3.12-dev -y"
3232
3333 - name : Install test dependencies and run tests
3434 env :
Original file line number Diff line number Diff line change 3636 echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
3737 - name : Cache pip dependencies
3838 id : cache-dependencies
39- uses : actions/cache@v2
39+ uses : actions/cache@v4
4040 with :
4141 path : ${{ steps.pip-cache-dir.outputs.dir }}
4242 key : ${{ runner.os }}-pip-${{ hashFiles('requirements/pip_tools.txt') }}
You can’t perform that action at this time.
0 commit comments