Skip to content

Commit 2fb92e8

Browse files
committed
Remove comments from .github/workflows/basic_checks.yml
1 parent 91a0dd9 commit 2fb92e8

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/basic_checks.yml

-12
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,3 @@ jobs:
1919
# brew install automake coreutils mpich gnu-sed
2020
- name: Check for ASCII encoding
2121
run: ./tools/check_encoding.py
22-
#run: |
23-
#export CC=gcc-9
24-
#export FC=gfortran-9
25-
#export CXX=g++-9
26-
#mkdir build
27-
#cd build
28-
#cmake -DCMAKE_INSTALL_PREFIX=$PWD/../install .. 2>&1 | tee log.cmake
29-
#make -j8 2>&1 | tee log.make
30-
#cd ..
31-
#ls -l install/bin/ESMF_Info
32-
#ls -l install/bin/wgrib2
33-
#cat install/share/nceplibs-external.cmake.config

0 commit comments

Comments
 (0)