Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jianlins authored Jan 20, 2025
1 parent c19974a commit db3bd36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_linux_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ jobs:

- name: check final environment settings
run: |
conda init
source /home/runner/.bashrc
conda activate ${{ github.event.inputs.target_folder }}/${{ github.event.inputs.build_folder }}
conda env export
Expand Down Expand Up @@ -236,6 +238,7 @@ jobs:
pwd
7z a -t7z -v${{ github.event.inputs.zip_vol_size }} zipped/${{ github.event.inputs.build_folder }}_ivy.7z ${{ github.event.inputs.target_folder }}/ivy
ls zipped
source /home/runner/.bashrc
conda activate ${{ github.event.inputs.target_folder }}/${{ github.event.inputs.build_folder }}
conda env export -> zipped/detailed_environment.yml
Expand Down

0 comments on commit db3bd36

Please sign in to comment.