Skip to content

Commit

Permalink
need to install with '- E -visuals' to pass tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chyalexcheng committed Nov 30, 2023
1 parent 46b8cf8 commit 8d07bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
python -m pip install poetry
poetry lock --no-update
poetry install -E dev -E rnn
poetry install -E dev -E rnn -E visuals
- name: Verify that we can build the package
run: poetry build
- name: Test with pytest
Expand Down

0 comments on commit 8d07bc3

Please sign in to comment.