Skip to content

Commit

Permalink
remove linux for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacZhangzhuo committed Jan 11, 2024
1 parent 85f007e commit d3e8141
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [macos-latest, windows-latest]
python: [ '3.9', '3.11','3.12']

steps:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ compas @ git+https://github.com/compas-dev/compas@main
freetype-py
pyopengl
PySide6
libgl1; sys_platform == 'linux'

0 comments on commit d3e8141

Please sign in to comment.