Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
with:
cache: pip
python-version: ${{ matrix.python-version }}
- run: env | sort
- run: make dev-lint
- run: make lint
strategy:
Expand All @@ -26,6 +27,7 @@ jobs:
with:
cache: pip
python-version: ${{ matrix.python-version }}
- run: env | sort
- run: make dev-tests
- run: make tests
- name: Upload coverage to Codecov
Expand All @@ -48,6 +50,7 @@ jobs:
with:
cache: pip
python-version: ${{ matrix.python-version }}
- run: env | sort
- run: pip install copier
- run: copier copy -r HEAD -f . .
- run: git diff
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
with:
cache: pip
python-version: {{ '${{ matrix.python-version }}' }}
- run: env | sort
- run: make dev-lint
- run: make lint
strategy:
Expand All @@ -35,6 +36,7 @@ jobs:
with:
cache: pip
python-version: {{ '${{ matrix.python-version }}' }}
- run: env | sort
- run: make dev-tests
- run: make tests
- name: Upload coverage to Codecov
Expand Down Expand Up @@ -66,6 +68,7 @@ jobs:
with:
cache: pip
python-version: {{ '${{ matrix.python-version }}' }}
- run: env | sort
- run: pip install copier
- run: copier copy -r HEAD -f . .
- run: git diff
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
with:
cache: pip
python-version: 3.x
- run: env | sort
- run: make dev-package
- run: make build
- name: Publish a Python distribution to PyPI
Expand Down
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ pages:
- /^v(?P<major>0|[1-9]\d*)\.(?P<minor>0|[1-9]\d*)\.(?P<patch>0|[1-9]\d*)$/
- main
script:
- env | sort
- make dev-docs
- make docs
stage: build_release
Expand Down
1 change: 1 addition & 0 deletions .gitlab-ci.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ pages:
- /^v(?P<major>0|[1-9]\d*)\.(?P<minor>0|[1-9]\d*)\.(?P<patch>0|[1-9]\d*)$/
- main
script:
- env | sort
- make dev-docs
- make docs
stage: build_release
Expand Down