From f29dfca5e9c9d0e6f617eb1bcb6b3993f1401508 Mon Sep 17 00:00:00 2001 From: Kamal Choudhary Date: Wed, 20 Mar 2024 01:53:41 -0400 Subject: [PATCH] Update action_build.yml --- .github/workflows/action_build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/action_build.yml b/.github/workflows/action_build.yml index 1d6268f6..5b9bf139 100644 --- a/.github/workflows/action_build.yml +++ b/.github/workflows/action_build.yml @@ -6,9 +6,12 @@ jobs: checks: name: Checks runs-on: ubuntu-latest + defaults: + run: + shell: bash -l {0} strategy: matrix: - python-version: ["3.9","3.10"] + python-version: ["3.10"] steps: - uses: actions/checkout@v2 - name: Setup Python ${{ matrix.python-version }} @@ -23,6 +26,7 @@ jobs: - name: Install requirements run: | + echo "begin: PATH=$PATH;" find . -type f > before_test_files.txt conda env create -f environment.yml conda activate my_jarvis