Skip to content

Commit

Permalink
Try using setup miniconda action instead. See github.com/actions/setu…
Browse files Browse the repository at this point in the history
  • Loading branch information
DinoBektesevic committed Jan 6, 2023
1 parent d0a966a commit 54c244e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test_build.yaml
Expand Up @@ -7,16 +7,16 @@ jobs:
test-build:
runs-on: self-hosted
steps:
- name: Link to a more modern git
run: echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2.2.0
with:
activate-environment: kbmod-actions-test
python-version: '3.10'
run: conda install git
- name: Checkout code
uses: actions/checkout@v3
with:
submodules: recursive
- name: Set-up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
submodules: recursive '
- name: Setup nvcc
run: echo "/usr/local/cuda-11.8/bin" >> $GITHUB_PATH
- name: Build KBMoD
Expand Down

0 comments on commit 54c244e

Please sign in to comment.