Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Apr 4, 2024
1 parent 434a56b commit 2d0d747
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ on: # yamllint disable-line rule:truthy
jobs:

import:
runs-on: [windows-latest]
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [windows-latest]
cuda-version: ['cpu', 'cu121']

steps:
Expand All @@ -30,6 +31,7 @@ jobs:
run: |
source ./.github/workflows/cuda/${{ runner.os }}-env.sh ${{ matrix.cuda-version }}
pip install --verbose -e .
shell: bash

- name: Test imports
run: |
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [0.5.0] - 2023-MM-DD
### Added
- Added Windows support ([#315](https://github.com/pyg-team/pyg-lib/pull/315))
- Added macOS Apple Silicon support ([#310](https://github.com/pyg-team/pyg-lib/pull/310))
### Changed
### Removed
Expand Down

0 comments on commit 2d0d747

Please sign in to comment.