Skip to content

Commit

Permalink
skip integration tests on MacOS
Browse files Browse the repository at this point in the history
As we currently do not have any infrastructure to
test & debug the tool on a MacOS, we have to skip the MacOS support.
  • Loading branch information
oschwengers committed Apr 7, 2021
1 parent 01c58ff commit 4cd641f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: ["ubuntu-latest", "macos-latest"]
os: ["ubuntu-latest"] # , "macos-latest"]
python-version: ["3.8"]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 4cd641f

Please sign in to comment.