Skip to content

Commit

Permalink
build without loading first?
Browse files Browse the repository at this point in the history
  • Loading branch information
Koeng101 committed Aug 11, 2024
1 parent 5c9fde1 commit 0aed0b2
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 @@ -79,7 +79,7 @@ jobs:
python -m venv test_env
source test_env/bin/activate
pip install ./py/dist/*.whl
python -c "from dnadesign import fasta_parser; print('Library loaded successfully')"
#python -c "from dnadesign import fasta_parser; print('Library loaded successfully')"
pip install pytest
pytest ./py/tests -v
Expand Down

0 comments on commit 0aed0b2

Please sign in to comment.