Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
makkus committed Apr 20, 2024
1 parent 4221601 commit 338b692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
with:
fetch-depth: 0
- name: install kiara_plugin.develop
run: pip install -U git+https://github.com/DHARPA-project/kiara_plugin.core_types@develop
run: pip install -U git+https://github.com/DHARPA-project/kiara_plugin.develop@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 @@ -219,7 +219,7 @@ jobs:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-3.12
- name: install kiara_plugin.develop
run: pip install -U git+https://github.com/DHARPA-project/kiara_plugin.core_types@develop
run: pip install -U git+https://github.com/DHARPA-project/kiara_plugin.develop@develop
- name: Retrieve build distributions
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 338b692

Please sign in to comment.