Skip to content

Commit

Permalink
chore: update CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejnovak committed Apr 22, 2021
1 parent f443713 commit 5677bc5
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,30 @@ jobs:

steps:
- uses: actions/checkout@master
with:
path: HiggsAnalysis/CombinedLimit
- name: Info
run: |
pwd
ls
ls HiggsAnalysis/CombinedLimit
ls HiggsAnalysis
- name: Set up Conda
uses: conda-incubator/setup-miniconda@v2.1.1
with:
mamba-version: "*"
channels: conda-forge,defaults
channel-priority: true
environment-file: conda_env.yml
environment-file: HiggsAnalysis/CombinedLimit/conda_env.yml
activate-environment: combine
- name: Build
shell: bash -l {0}
run: |
source env_conda.sh
cd HiggsAnalysis/CombinedLimit
bash set_conda_env_vars.sh
- name: Step 2
shell: bash -l {0}
run: |
conda env config vars list
cd HiggsAnalysis/CombinedLimit
make -f Makefile_conda -j 2

0 comments on commit 5677bc5

Please sign in to comment.