Skip to content

Commit

Permalink
Merge pull request #340 from MindfulAI-Copilots-Bots/FabianaCampanari…
Browse files Browse the repository at this point in the history
…-patch-1

Create python.yml
  • Loading branch information
FabianaCampanari authored Apr 12, 2024
2 parents e10e811 + 9c30499 commit ace3867
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions workflows/🐍_python/python.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 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 ace3867

Please sign in to comment.