Skip to content

Commit

Permalink
investigate
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGensollen committed May 30, 2024
1 parent 829d1a3 commit 2d6f96a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- Linux
- ubuntu
- gpu
- aramis
steps:
- uses: actions/checkout@v4
- uses: snok/install-poetry@v1
Expand All @@ -36,8 +37,8 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
- name: Run tests for Train on GPU
run: |
make env.conda
source "${HOME}/miniconda3/etc/profile.d/conda.sh"
make env.conda
conda activate "${{ github.workspace }}"/env
make install
cd tests
Expand Down

0 comments on commit 2d6f96a

Please sign in to comment.