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

Update CI test matrix #521

Merged
merged 10 commits into from Feb 25, 2022
Merged

Conversation

bollwyvl
Copy link
Collaborator

@bollwyvl bollwyvl commented Feb 24, 2022

References

  • last several merges to main failing reliably on linux pypy-3.7

Code changes

  • bump top python-version to 3.10
    • continues to use 3.9 for docs build/test
  • under pypy
    • bump to pypy-3.8
    • drops windows altogether
      • funny story, it wasn't running there anyway, apparently
    • skips archive tests?
      • just do this on CI with an env var: might be a GHA issue
    • doesn't run tests under coverage
      • it's super slow, might improve in the future
  • bump to nodejs version to latest LTS 16
  • add filesystem cache for webpack (saves ~40s)

User-facing changes

  • n/a

Backwards-incompatible changes

  • n/a

@github-actions
Copy link
Contributor

lite-badge 👈 Try it on ReadTheDocs

@bollwyvl bollwyvl added dependencies Pull requests that update a dependency file maintenance labels Feb 24, 2022
@bollwyvl bollwyvl marked this pull request as draft February 24, 2022 16:16
@bollwyvl bollwyvl closed this Feb 25, 2022
@bollwyvl bollwyvl reopened this Feb 25, 2022
@bollwyvl bollwyvl marked this pull request as ready for review February 25, 2022 04:04
@bollwyvl bollwyvl requested a review from jtpio February 25, 2022 04:04
@jtpio jtpio added this to the 0.1.0 milestone Feb 25, 2022
Copy link
Member

@jtpio jtpio left a comment

Choose a reason for hiding this comment

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

Thanks!

@jtpio jtpio merged commit e929045 into jupyterlite:main Feb 25, 2022
@@ -167,7 +184,7 @@ jobs:
build/pytest

docs:
needs: [build, lint-js-test]
needs: [build]
Copy link
Member

Choose a reason for hiding this comment

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

Looks like typedoc is built and uploaded in the lint job:

- name: Docs (typedoc)
run: doit -n4 docs:typedoc:mystify
- name: Upload (typedoc)
uses: actions/upload-artifact@v2
with:
name: jupyterlite typedoc ${{ github.run_number }}
path: ./docs/api/ts

Which makes the docs check flaky as these artifacts might not be available when the docs job runs.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ah, good catch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants