From a534bbed597ce79e1ad727733a0970e1f81d26d2 Mon Sep 17 00:00:00 2001 From: chris-krenz Date: Fri, 29 Mar 2024 03:36:52 -0400 Subject: [PATCH] fix profile bug --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index f325879..d46ed7f 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -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