Skip to content

Commit

Permalink
fix: gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gemygk committed May 14, 2024
1 parent e692fcd commit a589682
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
matrix:
python-version: [ "3.7", "3.8", "3.9" ]
solver: ["classic", "libmamba"]
os: [ubuntu-latest, macos-latest]
# os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
steps:
- name: Install system development tools
if: startsWith(runner.os, 'Linux')
Expand Down

0 comments on commit a589682

Please sign in to comment.