Skip to content

Commit

Permalink
Update action_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 authored Mar 20, 2024
1 parent cd7dc67 commit f29dfca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/action_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit f29dfca

Please sign in to comment.