Skip to content

Commit

Permalink
only try redis-testing on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jlnav committed Jun 25, 2024
1 parent 40ed8bb commit a109502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ jobs:
rm ./libensemble/tests/unit_tests/test_executor_balsam.py
- name: Start Redis
if: matrix.os == 'macos-latest'
uses: supercharge/[email protected]
with:
redis-version: 7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# Do not change these lines - they are parsed by run-tests.sh
# TESTSUITE_COMMS: local
# TESTSUITE_NPROCS: 4
# TESTSUITE_OS_SKIP: OSX WIN
# TESTSUITE_EXTRA: true

from pathlib import Path
Expand Down

0 comments on commit a109502

Please sign in to comment.