Skip to content

Commit

Permalink
installed some deps in the docker image for self-hosted runner and re…
Browse files Browse the repository at this point in the history
…try: .github/workflows/CI.yml
  • Loading branch information
yxqd committed Jan 5, 2024
1 parent 3858866 commit 1eff771
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@ jobs:
- name: ~/.mantid
run: git clone https://github.com/yxqd/dotmantid ~/.mantid

# setup conda
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
activate-environment: testenv
python-version: ${{ matrix.python-version }}
channels: mcvine,conda-forge

0 comments on commit 1eff771

Please sign in to comment.