Skip to content

Commit

Permalink
chore: sync project template
Browse files Browse the repository at this point in the history
  • Loading branch information
makkus committed Apr 19, 2024
1 parent bac8d30 commit 1c8cd3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/DHARPA-Project/kiara_plugin.develop.git",
"commit": "258218c6205db4125ce34a6b18a4273d31f995e7",
"commit": "ce9ab13874d7b3b666997bf1fb0d326c5f76cf7c",
"context": {
"cookiecutter": {
"full_name": "Markus Binsteiner",
Expand Down
14 changes: 5 additions & 9 deletions .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ matrix.python_version }}
key: $${{ runner.os }}-pip-${{ matrix.python_version }}
- uses: actions/checkout@v4
- name: install kiara_plugin.develop
run: pip install -U .[dev_testing]
Expand Down Expand Up @@ -166,10 +166,8 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: install kiara
run: pip install kiara
- name: install required plugin packages
run: pip install git+https://github.com/DHARPA-Project/kiara_plugin.develop.git@develop
- name: install kiara_plugin.develop
run: pip install kiara_plugin.develop
- name: build conda package
run: kiara build conda pkg --channel dharpa --channel conda-forge --patch-data ci/conda/conda-pkg-patch.yaml --output-folder build-dir .
- name: upload artifacts
Expand Down Expand Up @@ -199,10 +197,8 @@ jobs:
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-3.12
- name: install kiara
run: pip install kiara
- name: install required plugin packages
run: pip install git+https://github.com/DHARPA-Project/kiara_plugin.develop.git@develop
- name: install kiara_plugin.develop
run: pip install kiara_plugin.develop
- name: Retrieve build distributions
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 1c8cd3a

Please sign in to comment.