Skip to content

Commit

Permalink
Address some local development issues (#1601)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Oct 23, 2024
1 parent f4fa034 commit a00726e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .config/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ mkdocstrings-python
pillow
pymdown-extensions
slugify
# for community-ansible-dev-tools image
ansible-pylibssh==1.1.0
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ on:
workflow_dispatch:
inputs:
publish:
description: 'Publish a pre-release'
description: "Publish a pre-release"
required: false
default: 'false'
default: "false"

concurrency:
group: ${{ github.workflow }}-${{ github.event.ref }}-${{ github.event.pull_request.number || github.sha }}
Expand Down
1 change: 1 addition & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ tasks:
desc: Lint the project
cmds:
- task: install
- task: als:package # to produce the tgz file that can-release is using
- packages/ansible-language-server/tools/can-release.sh
- "{{.VIRTUAL_ENV}}/bin/python3 ./tools/precheck.py"
- "{{.VIRTUAL_ENV}}/bin/python3 -m pre_commit run -a"
Expand Down
2 changes: 1 addition & 1 deletion tools/test-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ fi
# macos specific
if [[ "${OS:-}" == "darwin" && "${SKIP_PODMAN:-}" != '1' ]]; then
command -v podman >/dev/null 2>&1 || {
HOMEBREW_NO_ENV_HINTS=1 time brew install podman
HOMEBREW_NO_ENV_HINTS=1 time brew install podman gh libssh
podman machine ls --noheading | grep '\*' || time podman machine init
podman machine ls --noheading | grep "Currently running" || {
# do not use full path as it varies based on architecture
Expand Down

0 comments on commit a00726e

Please sign in to comment.