Skip to content

Commit

Permalink
Drop pipfile.lock - rely on cached/artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Oct 17, 2023
1 parent 273a59c commit 6c8968b
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 495 deletions.
1 change: 0 additions & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
lint:
uses: fizyk/actions-reuse/.github/workflows/linters-python.yml@v2.4.0
with:
pipenv-install-options: "--skip-lock"
mypy: true
rst: true
black: true
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
- uses: fizyk/actions-reuse/.github/actions/pipenv@v2.4.0
with:
python-version: "3.12"
pipenv-install-options: "--skip-lock"
command: tbump --dry-run --only-patch $(pipenv run tbump current-version)"-x"
towncrier:
runs-on: ubuntu-latest
Expand All @@ -22,6 +21,5 @@ jobs:
- uses: fizyk/actions-reuse/.github/actions/pipenv@v2.4.0
with:
python-version: "3.12"
pipenv-install-options: "--skip-lock"
command: towncrier check --compare-with origin/main
fetch-depth: 0
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@ jobs:
tests:
uses: fizyk/actions-reuse/.github/workflows/tests-pytests.yml@v2.4.0
with:
pipenv-install-options: "--skip-lock"
python-versions: '["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.8"]'
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}
macostests:
uses: fizyk/actions-reuse/.github/workflows/tests-pytests.yml@v2.4.0
needs: [tests]
with:
pipenv-install-options: "--skip-lock"
python-versions: '["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.8"]'
os: macos-latest
secrets:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ build
.coverage
venv/*

# Pipenv
Pipfile.lock

.idea/
atlassian-ide-plugin.xml
/.pytest_cache/
Expand Down
Loading

0 comments on commit 6c8968b

Please sign in to comment.