apt update
Some checks failed
Python application / Test (3.11) (push) Failing after 1m42s

This commit is contained in:
AlexVeeBee 2024-02-27 00:09:09 +00:00
parent 9dae009ee6
commit b2b5ff59a5

View File

@ -20,13 +20,19 @@ jobs:
python-version: [ '3.11' ] python-version: [ '3.11' ]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-python@v4
with: - name: apt update
path: ~/.cache run: |
python-version: ${{ matrix.python-version }} apt update
cache: 'pip' apt full-upgrade -y
env:
CI: true - uses: actions/setup-python@v4
AGENT_TOOLSDIRECTORY: /opt/gitea-runner/_work/_tool with:
path: ~/.cache
python-version: ${{ matrix.python-version }}
cache: 'pip'
env:
CI: true
AGENT_TOOLSDIRECTORY: /opt/gitea-runner/_work/_tool