Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
endast committed May 15, 2024
1 parent 507d859 commit 41c8be0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
Smoke-RunTraining2:
uses: ./.github/workflows/setup-deeprvat-env.yaml
with:
environment-file: "${{ github.workspace }}/deeprvat_env_no_gpu.yml"
environment-file: deeprvat_env_no_gpu.yml
env-name: Smoke-RunTraining
command: |
python -m snakemake -n -j 2 --directory ${{ github.workspace }}/example \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup-deeprvat-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: mamba-org/setup-micromamba@v1.8.1
with:
environment-name: deeprvat-${{ inputs.env-name }}-action
environment-file: ${{ inputs.environment-file }}
environment-file: ${{ github.workspace }}/${{ inputs.environment-file }}
cache-environment: true
cache-downloads: true
- name: Smoke test run_training pipeline
Expand Down

0 comments on commit 41c8be0

Please sign in to comment.