Skip to content

Commit

Permalink
ok will this ci work now?
Browse files Browse the repository at this point in the history
  • Loading branch information
cisaacstern committed Sep 10, 2024
1 parent f7b0658 commit 723b966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
echo "$HOME/.pixi/bin" >> $GITHUB_PATH
- name: Install test environment
run: |
pixi install \
pixi install --locked \
--environment=test-all \
--manifest-path src/ecoscope-workflows/core/pyproject.toml
- name: Test ecoscope_workflows.core
run: |
pixi run \
pixi run --locked \
--environment test-all \
--manifest-path src/ecoscope-workflows/core/pyproject.toml \
pytest -v src/ecoscope-workflows/core

0 comments on commit 723b966

Please sign in to comment.