From 75419ae8c0b71e37defe85a7747ce18f5abb859c Mon Sep 17 00:00:00 2001 From: Athan Reines Date: Sun, 29 Sep 2024 01:14:56 -0700 Subject: [PATCH] build: remove GFortran check on Windows --- .github/workflows/windows_test_npm_install.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/windows_test_npm_install.yml b/.github/workflows/windows_test_npm_install.yml index 1dde290abcd..8a58c956f6c 100644 --- a/.github/workflows/windows_test_npm_install.yml +++ b/.github/workflows/windows_test_npm_install.yml @@ -219,9 +219,6 @@ jobs: echo 'g++:' g++ --version echo '' - echo 'gfortran:' - gfortran --version - echo '' echo 'Git:' git --version echo ''