nore
Django CI/CD / test (push) Failing after 12s Details
Django CI/CD / build-and-push (push) Has been skipped Details

This commit is contained in:
Lukáš Kucharczyk 2023-11-12 20:08:59 +01:00
parent 8dc05d6e7d
commit b071475b69
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ jobs:
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: '3.10' python-version: '3.10'
env:
AGENT_TOOLSDIRECTORY: '/opt/github/actions-runner/_work/_tool'
- name: Install Poetry - name: Install Poetry
run: | run: |
python -m pip install poetry python -m pip install poetry