-
Notifications
You must be signed in to change notification settings - Fork 148
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
First attempt to setup GitHub actions #345
Merged
+342
−278
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
56e500b
First attempt to setup GitHub actions
krassowski 1637ad1
Less templates
krassowski caec4c7
Remove old files
krassowski 63fb4d4
Use miniconda and install mamba
krassowski 71698aa
Add event for test, fix syntax for lint
krassowski 7ba96d3
Strategy belongs to job, defaults can be global
krassowski b570109
Rename workflows
krassowski 1c2700b
Fix some syntax issues/leftovers
krassowski 3bdc932
It's channels..
krassowski 5546f9e
Try without templating env
krassowski 5ee904e
Remove incorrect ==
krassowski cfa0902
Install later
krassowski a4e9e2b
Split install?
krassowski 75ce652
Best command is no command
krassowski aea05fb
Debug and cleanup
krassowski f3e64d8
Checkout self
krassowski 7c473f9
Wrong uses
krassowski b29416f
Remove mamba as it fails on win
krassowski 3e8276f
Try with substitution
krassowski 24d26a3
Use envsubst-action
krassowski 3ddfb89
Correct version, rename file
krassowski d79a817
Correct to lab
krassowski d9c44f5
Try with cschleiden/replace-tokens
krassowski 832420e
Update integrity test, clean up
krassowski 67f437f
Try with GitHub reporters
krassowski 00f348e
Fix variables, lint
krassowski e4a63ca
The vars are from env
krassowski cc42bc2
Add node in name, fix version substitution
krassowski 7f96f63
Shorten name
krassowski 31ca314
add bs4 to attempt windows utf-8 reading
bollwyvl b6d2a75
Add yarn and conda cache for the test workflow
krassowski bb19f8c
fix typo
bollwyvl 2ecd1b7
linting
bollwyvl 3364e08
Try to add jedi cache
krassowski bf30576
Try to reduce the job matrix (too many jobs as for our needs)
krassowski 5265842
Try caching tectonic, rename, swap badge
krassowski 2196f05
Do not remove the jedi cache on warm up
krassowski ef1a648
Remove unused shutil
krassowski 13b8251
Attempt to publish Robot artifacts
krassowski a8c4d90
Remove nodejs spec from robot artifact name for now as it contains fo…
krassowski 0547ea5
Limit lint to master too
krassowski b45a4b9
Try to test with Node 14 instead of 13
krassowski File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Install later
- v5.1.0
- v5.0.3
- v5.0.2
- v5.0.1
- v5.0.0
- v5.0.0rc1
- v5.0.0rc0
- v5.0.0b1
- v5.0.0b0
- v5.0.0a0
- v4.3.0
- v4.2.0
- v4.1.0
- v4.0.1
- v4.0.0
- v3.10.2
- v3.10.1
- v3.10.0
- v3.9.3
- v3.9.2
- v3.9.1
- v3.9.0
- v3.8.1
- v3.8.0
- v3.7.0
- v3.6.0
- v3.5.0
- v3.4.1
- v3.4.0
- v3.3.1
- v3.3.0
- v3.2.0
- v3.1.0
- v3.0.0
- v2.1.4
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.8
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- jupyter-lsp-2.2.5
- jupyter-lsp-2.2.4
commit cfa0902e2514f1ebb12597bfe098ae0446ee6335
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll likely want to revisit this, and generate a known environment, rather than doing the solves multiple times.