Skip to content

Update cache-pip.yml #23

Update cache-pip.yml

Update cache-pip.yml #23

Workflow file for this run

name: main
on:
push:
branches:
- main
pull_request:
jobs:
test:
# runs-on: windows-11-arm
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python-version: ["3.13", "3.14", "3.13t", "3.14t", "3.13.10", "3.14.1", "3.13.10t", "3.14.1t"]
# python-version: ["3.14t", "3.14.4t", ]
os: [windows-11-arm, windows-latest]
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Set up Python
# uses: actions/setup-python@v6
uses: priyagupta108/setup-python@pip-root-user-warning
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt