Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinszy authored May 23, 2024
1 parent c4e71d2 commit 54df796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Python application
name: Build data

on:
push:
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Start api-politica
run: |
# stop the build if there are Python syntax errors or undefined names
git checkout https://github.com/abrimos-info/api-politica
git clone https://github.com/abrimos-info/api-politica
git checkout mexico
cd api-politica
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand Down

0 comments on commit 54df796

Please sign in to comment.