diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4734aeb..54c3b93 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: - name: Run pytest shell: bash -l {0} run: | - source ~/.bashrc + #source ~/.bashrc find . -type f > before_test_files.txt conda env create -f environment.yml conda activate my_jarvis