Skip to content

Update python-app.yml #60

Update python-app.yml

Update python-app.yml #60

Workflow file for this run

name: Reproduce Issue
on: [push]
jobs:
reproduce-issue:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.12
cache: 'pip'
# - name: Install dependencies
# run: |
# # python -m pip install --upgrade pip
# pip install isort