Skip to content

Commit

Permalink
update autotest script
Browse files Browse the repository at this point in the history
  • Loading branch information
aoymt committed Nov 10, 2024
1 parent 134bb81 commit 68ca801
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ jobs:
matrix:
# os: ['ubuntu-22.04']
python-version: ['3.9', '3.12']
sample: [mapper, minsearch, exchange, exchange_mesh, pamc, bayes, transform]
fail-fast: false

name: ${{ matrix.sample }} with Python ${{ matrix.python-version }}
name: Run tests with Python ${{ matrix.python-version }}
runs-on: 'ubuntu-22.04'
# runs-on: ${{ matrix.os }}
timeout-minutes: 10
Expand All @@ -38,7 +37,7 @@ jobs:
python -m pip install numpy scipy tomli mpi4py
python -m pip install physbo
- name: ${{ matrix.sample }}
- name: run
run: |
cd ${GITHUB_WORKSPACE}/tests/${{ matrix.sample }}
sh ./do.sh
mkdir build && cd build && cmake ..
ctest -V

0 comments on commit 68ca801

Please sign in to comment.