Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove python pinning from conda_environment.yml #210

Merged
merged 1 commit into from
Oct 25, 2023

Conversation

cticenhour
Copy link
Member

@cticenhour cticenhour commented Oct 24, 2023

Checking to see if this will fix the broken website action

Refs #41

Checking to see if this will fix the broken website action
@cticenhour
Copy link
Member Author

Example from earlier today: https://github.com/shannon-lab/zapdos/actions/runs/6630597542/job/18012311259

We see the action install the specified environment:

  /usr/share/miniconda3/condabin/mamba env update --name zapdos --file scripts/conda_environment.yml
  
  
  Looking for: ['python=3.10', 'moose-dev']
  
  
  Transaction
  
    Prefix: /usr/share/miniconda3/envs/zapdos
  
    Updating specs:
  
     - python=3.10
     - moose-dev

which then leads to very out-of-date packages:

    + moose-dev                               2023.07.26  build_0               conda.software.inl.gov/public/linux-64       3kB
    + moose-libmesh                           2023.07.26  build_0               conda.software.inl.gov/public/linux-64      49MB
    + moose-libmesh-vtk                            9.2.6  hfa5b6f9_1            conda.software.inl.gov/public/linux-64      40MB
    + moose-mpich                                  4.0.2  build_8               conda.software.inl.gov/public/linux-64       7kB
    + moose-petsc                                 3.16.6  build_8               conda.software.inl.gov/public/linux-64      28MB
    + moose-test-tools                        2023.08.31  py310h0c21752_0       conda.software.inl.gov/public/linux-64       4kB
    + moose-tools                             2023.05.12  py310h0c21752_0       conda.software.inl.gov/public/linux-64       4kB
    + moose-wasp                              2023.05.01  build_0               conda.software.inl.gov/public/linux-64     736kB

@moosebuild
Copy link
Collaborator

Job Documentation on 7f1bbab wanted to post the following:

View the site here

This comment will be updated on new commits.

@cticenhour
Copy link
Member Author

cticenhour commented Oct 24, 2023

This approach was tested and confirmed to work in the following action run: https://github.com/shannon-lab/zapdos/actions/runs/6631281085

With that, @csdechant could you formally review this change? Thanks!

@cticenhour cticenhour requested a review from csdechant October 24, 2023 20:07
@csdechant csdechant merged commit 75fede8 into devel Oct 25, 2023
@cticenhour cticenhour deleted the remove-py-pins-gh-actions branch October 25, 2023 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants