Skip to content

Commit

Permalink
fix profile bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-krenz committed Mar 29, 2024
1 parent 3203c0d commit a534bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
# coverage run -m pytest
# coverage report
- name: Profile code
run: python -m cProfile src/utils/test_dna_design.py
run: python -m cProfile core_algorithm/utils/unit_tests/test_dna_design.py

0 comments on commit a534bbe

Please sign in to comment.