Skip to content

Commit

Permalink
move constants
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 7, 2021
1 parent ef2ef87 commit 1af56f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ on:
- master

env:
COMPILER: 'gcc'
CONDA_ENV: test-env
GITHUB_ACTIONS: 'true'
OS_NAME: 'linux'
PYTHON_VERSION: 3.8

jobs:
Expand All @@ -36,8 +38,6 @@ jobs:
shell: bash
run: |
export TASK="${{ matrix.task }}"
export OS_NAME="linux"
export COMPILER="gcc"
export BUILD_DIRECTORY="$GITHUB_WORKSPACE"
export CONDA=${HOME}/miniconda
export PATH=${CONDA}/bin:$HOME/.local/bin:${PATH}
Expand Down

0 comments on commit 1af56f4

Please sign in to comment.