Skip to content

Conversation

@sujaypatil96
Copy link
Contributor

@sujaypatil96 sujaypatil96 commented Jul 16, 2025

This PR changes the following snippet of code in the .github/workflows/deploy_documentation.yml file as follows:

from:

    #----------------------------------------------
    #                setup Python
    #----------------------------------------------
    - name: Set up Python
      uses: actions/setup-python@v5.6.0
      id: setup-python
      with:
        python-version: 3.10
        cache: 'poetry'

to:

    #----------------------------------------------
    #                setup Python
    #----------------------------------------------
    - name: Set up Python
      uses: actions/setup-python@v5.6.0
      id: setup-python
      with:
        python-version: '3.10'
        cache: 'poetry'
  • docs/ have been added/updated if necessary
  • make test has been run locally
  • tests have been added/updated (if applicable)
  • CHANGELOG.md has been updated.

If you are proposing a change to the SSSOM metadata model, you must

  • provide a full, working and valid example in examples/
  • provide a link to the related GitHub issue in the see_also field of the linkml model
  • provide a link to a valid example in the see_also field of the linkml model
  • make sure any new slot is annotated with the appropriate added_in annotation
  • run SSSOM-Py test suite against the updated model

@sujaypatil96 sujaypatil96 requested a review from matentzn July 16, 2025 16:38
@matentzn
Copy link
Collaborator

Thank you, I already did this quickly and tested it.. Worked!

@matentzn matentzn closed this Jul 16, 2025
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