Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into dependabot/docker/dot-config/ansible/creator…
Browse files Browse the repository at this point in the history
…-ee-v0.22.0
  • Loading branch information
ssbarnea authored Jan 24, 2024
2 parents 8d9d56b + 8a81b9d commit 353cd71
Show file tree
Hide file tree
Showing 5 changed files with 2,431 additions and 1,741 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ jobs:
qemu-user-static
xvfb

- name: Set up Python ${{ matrix.python_version || '3.10' }}
if: "!contains(matrix.shell, 'wsl')"
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version || '3.10' }}

- name: Enable caching
if: "!contains(matrix.shell, 'wsl')"
uses: actions/cache@v4
Expand Down
4 changes: 4 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ env: &env
# basically the same thing from .envrc file:
VIRTUAL_ENV: # "{{.VIRTUAL_ENV}}"
sh: echo "${VIRTUAL_ENV:-out/venvs/${HOSTNAME:-localhost}}"
# Avoid undesired extra hints from docker when pulling images
DOCKER_CLI_HINTS: "false"
vars:
HOSTNAME:
sh: echo ${HOSTNAME:-localhost}
Expand Down Expand Up @@ -57,6 +59,7 @@ tasks:
- ./tools/test-setup.sh
sources:
- package.json
- package-lock.json
- .config/requirements.*
- setup.cfg
- tools/test-setup.sh
Expand All @@ -81,6 +84,7 @@ tasks:
deps:
- setup
cmds:
- npm install -g npm@latest
- $VIRTUAL_ENV/bin/python -m pre_commit autoupdate
# bumps some developments dependencies
- npx ncu -u --dep dev
Expand Down
Loading

0 comments on commit 353cd71

Please sign in to comment.