Skip to content

Commit

Permalink
missing tests in pip command
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpvandermause committed Sep 16, 2024
1 parent 29e8284 commit b000198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

- name: Pip install
run: |
pip install -e .
pip install -e .[docs,tests]
# pip install -v -C cmake.define.CMAKE_PREFIX_PATH=$CONDA_PREFIX .[docs,tests]
pip show mir-flare
Expand Down

0 comments on commit b000198

Please sign in to comment.