Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Update actions/checkout action to v4 #7

Update actions/checkout action to v4

Update actions/checkout action to v4 #7

---
name: Test python setup
"on":
push:
paths:
- '**.py'
- .github/workflows/test-python-setup.yml
branches:
- main
pull_request:
paths:
- '**.py'
- .github/workflows/test-python-setup.yml
jobs:
test-python-setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- run: pip3 install .