Skip to content

Commit

Permalink
Create python_workflow.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Fabiana Campanari <[email protected]>
  • Loading branch information
FabianaCampanari authored Mar 5, 2024
1 parent ab97632 commit 70557c2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/python_workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
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
pip install -r requirements.txt

0 comments on commit 70557c2

Please sign in to comment.