Skip to content

Commit

Permalink
Merge pull request #188 from dbpunk-labs/fix/remove_window_and_mac_env
Browse files Browse the repository at this point in the history
fix: remove windoa and mac env
  • Loading branch information
imotai authored Nov 7, 2023
2 parents 9dc6dbc + 2c09d1a commit bc502cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cli_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
#os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest]
python-version: ["3.11"]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit bc502cf

Please sign in to comment.