Skip to content

Commit

Permalink
minor CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
renardeinside committed Jun 25, 2024
1 parent cf99e17 commit dd6559f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/onpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
os: [ ubuntu-latest, windows-latest ]

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/onrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
os: [ ubuntu-latest ]

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ target-version = ['py38']
exclude = '''
/(
| src/dbx/templates/projects
| src/dbx/_version.py
| build
| .venv
| out
Expand Down

0 comments on commit dd6559f

Please sign in to comment.