Skip to content

Commit

Permalink
Remove os matrix in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
N720720 committed Jun 3, 2024
1 parent 39ea2ea commit 89852be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9","3.10","3.11"]

steps:
Expand All @@ -22,6 +21,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update && sudo apt-get install -y libgl1-mesa-dev
poetry config virtualenvs.in-project true
poetry install
- name: Run safety checks
Expand Down

0 comments on commit 89852be

Please sign in to comment.