Skip to content

Commit

Permalink
python.yml (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianaCampanari authored Apr 23, 2024
2 parents dfed5cc + 07d6610 commit 5d61654
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# setup

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: python my_script.py






0 comments on commit 5d61654

Please sign in to comment.