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

Workflow update #53

Merged
merged 4 commits into from
Jan 20, 2023
Merged

Workflow update #53

merged 4 commits into from
Jan 20, 2023

Conversation

frankinspace
Copy link
Member

Github Issue: N/A

Description

Updating some versions

Overview of work done

  • Updated python 3.9 -> 3.10
  • Ran poetry update
  • Updated versions of github actions to latest

Overview of verification done

Ran the workflow pipeline and unit tests

Overview of integration done

Did not do further testing

PR checklist:

  • Linted
  • Updated unit tests
  • Updated changelog
  • Integration testing

See Pull Request Review Checklist for pointers on reviewing this pull request

@frankinspace frankinspace requested a review from a team January 18, 2023 17:34
.github/workflows/build-pipeline.yml Outdated Show resolved Hide resolved
@@ -160,15 +159,15 @@ jobs:
run: |
poetry run sphinx-build -b html ./docs docs/_build/
- name: Publish Docs
uses: JamesIves/github-pages-deploy-action@4.1.5
uses: JamesIves/github-pages-deploy-action@v4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

were going backwards in version?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope, v4 is just an alias for "the latest in the 4.x series". They update the v4 tag when they release a new patch.

@frankinspace frankinspace merged commit a916c3f into develop Jan 20, 2023
@frankinspace frankinspace deleted the feature/workflow-update branch January 20, 2023 22:31
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.

None yet

2 participants