-
Notifications
You must be signed in to change notification settings - Fork 2
import and call the env analysis script #4
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
Merged
Merged
Changes from 47 commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
4b21130
import the script
keewis 3d9eff3
list the dependencies
keewis 3b4c189
call the script from within the action
keewis 416fbfe
explicitly specify the shell
keewis 79ba941
Merge branch 'main' into script
keewis d398fac
quote the `envs-path` variable
keewis 9f59968
try setting the input type of env-paths
keewis c0f3614
try serializing to json
keewis 670a623
quote the input
keewis 80652c1
missing shell
keewis 70b826c
correct the input name
keewis 23fcf82
print the decoded paths
keewis 689c049
typo
keewis 5773e7c
use the right function names
keewis a2b494c
unquote
keewis 03b5e25
try using `join`
keewis 1f48cd0
remove debug step
keewis 9094fb2
allow expected failures
keewis f823a9a
add test env files
keewis 56649b6
compare strings instead
keewis 2b90a42
pass expected failure as a list
keewis 5bb582c
another failing example
keewis a45662b
show the status of the current dir
keewis b470c76
more debugging
keewis 2866cda
print the content of `envs`
keewis 906112e
rename `env1`
keewis 4c0f2d4
use a existing version of `pandas`
keewis 211a609
use an existing version of `packaging`
keewis 132fef7
enforce a column width of 120
keewis 16ba62b
proper syntax
keewis 7cd86c1
try setting in a different place
keewis f35f7a6
remove debug step
keewis d2afd5d
enforce colors
keewis 51b7209
remove the `always`
keewis 88a99f2
split up into smaller steps
keewis 9d16bbe
don't cancel in-progress jobs when others fail
keewis 613b72e
cancel duplicate workflow runs
keewis a4c96e1
continue if the action fails
keewis e99ab75
more output
keewis 1854f7e
tests for `Spec.parse`
keewis 6663062
always set the pass status
keewis 359658c
check the output of the status functions
keewis 3f22778
consolidate into a single step
keewis f8632e9
continue on error
keewis 8aac731
some more adjustments
keewis 3ccaf95
fix the `xfail`
keewis 2ba79be
Apply suggestions from code review
keewis 46b13bc
expect pypi-compliant versions
keewis 16ce177
extend the inexact versions warning
keewis 1812a25
add and fix tests for `Policy.minimum_version`
keewis 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
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.10 | ||
- numpy=1.24 | ||
- pandas=2.1 | ||
- packaging=23.1 |
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.10 | ||
- numpy=1.23 | ||
- xarray=2023.10.0 | ||
- dask=2023.10.0 | ||
- distributed=2023.10.0 |
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.11 | ||
- numpy=2.1 | ||
- pandas=2.2.1 |
Oops, something went wrong.
Oops, something went wrong.
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.