From 1f0d53f693a9fa7b658d405983f4bfe47869fc86 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Mon, 14 Dec 2020 16:25:41 +0000 Subject: [PATCH] Removing unecessary variables in environment. --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5750053eba..bfdaf51dec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,9 +10,6 @@ env: OPENMC_CROSS_SECTIONS: $HOME/nndc_hdf5/cross_sections.xml OPENMC_ENDF_DATA: $HOME/endf-b-vii.1 COVERALLS_PARALLEL: true - NUMPY_EXPERIMENTAL_ARRAY_FUNCTION: 0 - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - jobs: main: