Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Niels Bantilan <[email protected]>
  • Loading branch information
cosmicBboy committed Dec 8, 2023
1 parent a49b750 commit 293b531
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/monodocs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ concurrency:
on:
push:
branches:
- monodocs-ci
- master
pull_request:
branches:
- master
Expand All @@ -30,8 +30,9 @@ jobs:
python-version: 3.9
- shell: bash -el {0}
run: |
cd ${{ github.workspace }}/flyte
cd "${{ github.workspace }}/flyte"
conda install -c conda-forge conda-lock
ls .
conda-lock install -n monodocs-env monodocs-environment.lock.yaml
- shell: bash -el {0}
run: |
Expand Down

0 comments on commit 293b531

Please sign in to comment.