Skip to content

Update 3.13-test.yml #712

Update 3.13-test.yml

Update 3.13-test.yml #712

Workflow file for this run

name: Test Python Versions
on: [push, pull_request]
jobs:
test:
runs-on: Ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
# uses: actions/setup-python@v5
uses: priya-kinthali/setup-python@update-e2e-freethread
with:
python-version: 3.12.3
cache: pip
# architecture: 'arm64'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt