From 2f9ac5935b7cd54c5285fd521d9cf73ac27bdaf1 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Tue, 1 Mar 2022 22:03:29 -0600 Subject: [PATCH] Remove superfluous install of OpenMC Python API during CI --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a79c76..d40e606 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,12 +30,6 @@ jobs: apt install -y libglu1-mesa libglib2.0-0 libfontconfig1 - uses: actions/checkout@v2 - - - name: Install OpenMC Python API - shell: bash - run: | - cd /root/OpenMC/openmc - pip install .[test] - name: Install shell: bash