Skip to content

Commit

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

python.yml
  • Loading branch information
FabianaCampanari authored Apr 12, 2024
2 parents eefb355 + 7cd746d commit 53ea2db
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/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 53ea2db

Please sign in to comment.