Skip to content

Delete setup-python/setup-python-action.yml #16

Delete setup-python/setup-python-action.yml

Delete setup-python/setup-python-action.yml #16

Workflow file for this run

steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
run: python -m pip install --upgrade pip setuptools wheel