We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af594f7 commit 4a00d72Copy full SHA for 4a00d72
.github/workflows/pypi-test.yaml
@@ -57,7 +57,7 @@ jobs:
57
- name: Install package from PyPI with dev and visualization extras
58
run: |
59
pixi add --pypi "easydiffraction[dev,visualization]"
60
- pixi run easydiffraction version
+ pixi run easydiffraction --version
61
62
- name: Run unit tests to verify the installation
63
run: pixi run unit-tests
.github/workflows/quality.yaml
@@ -39,7 +39,7 @@ jobs:
39
- name: Checkout repository
40
uses: actions/checkout@v5
41
42
- - name: Set up pixi (incl. environments and dependencies)
+ - name: Set up pixi
43
uses: prefix-dev/[email protected]
44
with:
45
environments: default
0 commit comments