Skip to content

Update python-app.yml #25

Update python-app.yml

Update python-app.yml #25

Workflow file for this run

name: Test Python
on: [push, pull_request]
jobs:
build:
name: Build distribution 📦
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.9"]
os: [macos-latest]
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
# architecture: ${{ matrix.arch }}