From d9aa1e6eba10b5b4d460f5c25d7c9891f491f0c0 Mon Sep 17 00:00:00 2001 From: Tingzheng Hou Date: Sun, 4 Feb 2024 10:52:28 +0800 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a5a0aa58..a345150f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: max-parallel: 20 matrix: os: [ macos-latest ] - python-version: [ 3.9, 3.10 ] + python-version: [ '3.9', '3.10' ] # This distribution of tests is designed to ensure an approximately even time to finish for parallel jobs. pkg: - tests --ignore=tests/test_mdgopackmol.py @@ -64,4 +64,4 @@ jobs: sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional - name: pytest ${{ matrix.pkg }} run: | - pytest ${{ matrix.pkg }} \ No newline at end of file + pytest ${{ matrix.pkg }}