Skip to content

Commit

Permalink
Merge branch 'main' into feature/ground
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcth committed Nov 10, 2023
2 parents b32db00 + 201166e commit f52f730
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 25 deletions.
14 changes: 7 additions & 7 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changes here will be overwritten by Copier
_commit: HEAD
_commit: e90adc7
_src_path: https://github.com/Ingenjorsarbete-For-Klimatet/ifk-python-template.git
author: IFK
email: [email protected]
module_name: test_module
package_name: test_package
project_description: Unspecified.
project_name: ifk-testing
author: Mladen Gibanica
email: [email protected]
module_name: lantmateriet
package_name: geometry
project_description: Parse data from Lantmäteriet.
project_name: ifk-lantmateriet
8 changes: 2 additions & 6 deletions .github/workflows/github-action-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Recopy
run: |
pip install copier
copier recopy $project --force
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -33,8 +29,8 @@ jobs:
uses: schneegans/[email protected]
with:
auth: ${{ secrets.BADGE_SECRET }}
gistID: 955d89d05ed9ca61fb3774bc68bbae33
filename: ifk-python-template-coverage-badge.json
gistID: e2326bc24f74f346a118a97b09e852ec
filename: ifk-lantmateriet-coverage-badge.json
label: Coverage
message: ${{ env.total }}%
minColorRange: 50
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/github-action-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Recopy
run: |
pip install copier
copier recopy $project --force
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Install MkDocs
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/github-action-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Recopy
run: |
pip install copier
copier recopy $project --force
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/github-action-type.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Recopy
run: |
pip install copier
copier recopy $project --force
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit f52f730

Please sign in to comment.