Skip to content

fix: detect & skip python install if not necessary (#85) #82

fix: detect & skip python install if not necessary (#85)

fix: detect & skip python install if not necessary (#85) #82

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
plugin_test:
name: asdf plugin test
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v3
with:
command: gcloud --version