+
Skip to content

Tags: pyiron/actions

Tags

actions-4.0.8

Toggle actions-4.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🐛 target inputs (#155)

* 🐛 reference inputs

To ensure defaults removal happens

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Target branch

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Fix formatting

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

---------

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

actions-4.0.7

Toggle actions-4.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow multiple test directories (#154)

* Allow multiple test directories

In the unit-test action, and propagate the docstring change up through the tools that depend on this. This gives finer-grained control for which tests to run where (in particular, to exclude the benchmark tests from the coverage run, if you want)

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Convert the input var to a bash iterable

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Target branch

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

---------

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

actions-4.0.6

Toggle actions-4.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Actions 4.0.6 (#153)

* Target branch

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Write a workflow for releasing with hatch

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Use python to scrape the toml file

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Single-line the python

My script is having trouble parsing the python sub-script

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Allow the version file to not exist

Hatch will generate it automatically, but if a user has something there, ignore it (and print a warning)

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

---------

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

actions-4.0.5

Toggle actions-4.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add an optional mypy job (#152)

* Add an optional mypy job

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Bump tag

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

---------

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

actions-4.0.4

Toggle actions-4.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
More python control (#151)

* Add python paths in more jobs

All the ones where we are running our local code. Also bumping the tag

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Add python version to setup of linters

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

---------

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

actions-4.0.3

Toggle actions-4.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Let add-to-python-path add for Windows (#150)

* Target latest

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Modify for windows path adjustments

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Add log statement

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

---------

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

actions-4.0.2

Toggle actions-4.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[patch] Limit coverage env (#147)

* Target branch

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Disable coverage env

When we're not calculating coverage

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Target the next tag

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

---------

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

actions-4.0.1

Toggle actions-4.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[patch] Use codecov (#146)

* Target branch

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Include codecov as an option for coverage

And make the language more generic now that there are two paths

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Break apart the coveralls and codacy envs

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Manage coveralls and codacy dependencies by boolean

So that the upstream callers can turn them on or off. If users want some non-standard version, they already have the freedom to add these via the `env-files` argument, we anyhow only really needed these input fields to access the default stored env file, so a boolean is completely ok!

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Reinstate the removed args

And change the default of the new args to maintain backwards compatibility

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Combine input args

To match the original for compatiblity

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Fill in final target

I must have overwritten this replacement somehow?

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Normalize path separators

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Move slash

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Print paths

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Normalize the standard env path too

This is the one which actually provides coverage

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Actually forward the codecov input

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Target the next release

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

---------

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

actions-4.0.0

Toggle actions-4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[major] Updates to cached-miniforge (#145)

* Don't use mamba

It is deprecated by setup-miniconda

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Don't mention mamba

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Patch sed command for osx

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Internally target branch

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Use new upstream defaults removal

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Scope input variable before use

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Localize the env paths

This should fix the unittests side of pyiron/pyiron_workflow#634

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Remove the backwards compatible env input argument

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Don't reference missing step output

Just reference the input directly. Just a bug in the last commit, my bad.

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

* Target the subsequent tag

Per #142 (comment)

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

---------

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>

actions-3.3.3

Toggle actions-3.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #135 from pyiron/expose_runner_everywhere

[Patch] Set the default runner to `ubuntu-22.04` and expose it as input everywhere
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载