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 b3629e3 commit d5b2795
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
sparse-checkout: |
tests/
src/
with:
sparse-checkout: |
tests/
src/
- name: Set up Python 3.12
uses: actions/setup-python@v3
with:
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ jobs:

steps:
- uses: actions/checkout@v4
sparse-checkout: |
tests/
src/
data/processed/sheets/
data/processed/environment_statements/prepared/
with:
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
Expand Down

0 comments on commit d5b2795

Please sign in to comment.