From 73c89030a995f0ffae1c259cf5ca5d414d2fffe9 Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Thu, 2 Feb 2023 00:33:11 +0000 Subject: [PATCH] Print CUDA availability on startup --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a12e8522..b804abcd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,8 +86,8 @@ jobs: fail-fast: false matrix: include: -# - os: macos-latest -# - os: windows-latest + - os: macos-latest + - os: windows-latest - os: ubuntu-20.04 steps: - uses: actions/checkout@v3