Skip to content

Commit 4ccfc32

Browse files
committed
Actually install xcengine in CI run
This rather important step had been omitted from the GitHub workflow configuration.
1 parent 571e445 commit 4ccfc32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ jobs:
2323
cache-environment: false
2424
create-args: python=${{ matrix.python-version }}
2525
post-cleanup: 'all'
26-
- name: Print Python version
26+
- name: Install xcengine
2727
shell: bash -el {0}
2828
run: |
2929
python --version
30+
pip install --no-deps --editable .
3031
- name: Run pytest
3132
shell: bash -el {0}
3233
run: |

0 commit comments

Comments
 (0)