Skip to content

fix: pip cache key would be empty and couldn't use naked versions [APE-1179] #13

fix: pip cache key would be empty and couldn't use naked versions [APE-1179]

fix: pip cache key would be empty and couldn't use naked versions [APE-1179] #13

Workflow file for this run

name: tests
on:
push:
branches: [main]
tags-ignore: ['**']
paths-ignore: ['**.md']
pull_request:
paths-ignore: ['**.md']
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
run-this-action:
name: Run action (${{ matrix.runs-on }})
runs-on: ${{ matrix.runs-on }}
strategy:
fail-fast: false
matrix:
runs-on: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- name: Run ape action
id: ape-action
uses: ./
- run: ape --help
- name: Print outputs
run: |
echo "Output: ${{ steps.ape-action.outputs.ape-version }}"