Skip to content

Commit

Permalink
Update workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaeladuta committed Feb 7, 2024
1 parent 4a749f1 commit b3629e3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
sparse-checkout: |
tests/
src/
- name: Set up Python 3.12
uses: actions/setup-python@v3
with:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
sparse-checkout: |
tests/
src/
data/processed/sheets/
data/processed/environment_statements/prepared/
- name: Set up Python 3.12
uses: actions/setup-python@v3
- name: Set up Python 3.12
with:
python-version: "3.12"
- name: Install dependencies
Expand Down

0 comments on commit b3629e3

Please sign in to comment.