Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGensollen committed May 30, 2024
1 parent 2d6f96a commit 27d0b4f
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
- name: Run CLI tests
run: |
make env.conda
source /builds/miniconda3/etc/profile.d/conda.sh
make env.conda
conda activate "${{ github.workspace }}"/env
make install
cd tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
- name: Run tests for generate task
run: |
make env.conda
source /builds/miniconda3/etc/profile.d/conda.sh
make env.conda
conda activate "${{ github.workspace }}"/env
make install
cd tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_interpret.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
- name: Run tests for Interpret task 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
2 changes: 1 addition & 1 deletion .github/workflows/test_predict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
- name: Run tests for predict task
run: |
make env.conda
source /builds/miniconda3/etc/profile.d/conda.sh
make env.conda
conda activate "${{ github.workspace }}"/env
make install
cd tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_prepare_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
- name: Run tests for prepare data task
run: |
make env.conda
source /builds/miniconda3/etc/profile.d/conda.sh
make env.conda
conda activate "${{ github.workspace }}"/env
make install
cd tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_quality_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
- name: Run tests for Quality Check
run: |
make env.conda
source /builds/miniconda3/etc/profile.d/conda.sh
make env.conda
conda activate "${{ github.workspace }}"/env
make install
cd tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_random_search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
- name: Run Random Search tests 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
2 changes: 1 addition & 1 deletion .github/workflows/test_resume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
- name: Run resume tests 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
1 change: 0 additions & 1 deletion .github/workflows/test_train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- Linux
- ubuntu
- gpu
- aramis
steps:
- uses: actions/checkout@v4
- uses: snok/install-poetry@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_transfer_learning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
- name: Run tests for Transfer Learning 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
2 changes: 1 addition & 1 deletion .github/workflows/test_tsvtools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
- name: Run tests for TSV tools
run: |
make env.conda
source /builds/miniconda3/etc/profile.d/conda.sh
make env.conda
conda activate "${{ github.workspace }}"/env
make install
cd tests
Expand Down

0 comments on commit 27d0b4f

Please sign in to comment.