Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
jbellister-slac committed Jan 31, 2025
1 parent cf1f635 commit faea965
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publish_nightly_environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
miniforge-version: latest
activate-environment: python3_devel
conda-remove-defaults: true
- name: Pack environment
run: |
conda pack -n $ENVIRONMENT_NAME --ignore-missing-files --output $HOME/$ENVIRONMENT_NAME.tar.gz
# Artifact uploads to a published release on GitHub must remain under 2GB or the job will fail
# So we split the final output up here, and can reassemble when downloading it elsewhere
- name: Split output artifact to stay under 2GB upload per file limit
Expand All @@ -41,6 +44,6 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ env.ENVIRONMENT_NAME }}.tar.gz.*
tag: rhel7-nightly
tag: python3-devel
overwrite: true
file_glob: true
15 changes: 1 addition & 14 deletions python3_devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,7 @@ dependencies:
- python=3.10
- pip:
- slac-alarm-manager
- git+https://github.com/slaclab/Badger
- git+https://github.com/slaclab/edef
- git+https://github.com/slaclab/edlgenerator
- git+https://github.com/slaclab/edmbutton
- git+https://github.com/dylanmkennedy/emitopt
- git+https://github.com/slaclab/lcls-live
- git+https://github.com/slaclab/lcls-tools
- git+https://github.com/slaclab/lume-model
- git+https://github.com/slaclab/mps_database
- git+https://github.com/slaclab/mps_history
- git+https://github.com/slaclab/PyEmittance
- git+https://github.com/slaclab/slacepics
- git+https://github.com/slaclab/subprocessca
- git+https://github.com/ChristopherMayes/Xopt

#
# Stuff that isn't on PyPI or GitHub that is manually installed in prod
# epics-batch-get
Expand Down

0 comments on commit faea965

Please sign in to comment.