Skip to content

Commit

Permalink
Update yarncachetest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gowridurgad authored Dec 13, 2024
1 parent 25966ff commit b8ecb4c
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/yarncachetest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,12 @@ on:

jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['macos-12', 'macos-13']
runs-on: ubuntu_latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'poetry'
- name: Use python
run: |
python --version
poetry --version
cache: 'pip'

0 comments on commit b8ecb4c

Please sign in to comment.