File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
codeql :
12
- uses : pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-3.2.0
12
+ uses : pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-3.2.1
13
13
secrets : inherit
14
14
with :
15
15
extra-python-paths : tests tests/benchmark tests/integration tests/static tests/unit # For pympipool
Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
pyiron :
9
- uses : pyiron/actions/.github/workflows/dependabot-pr.yml@actions-3.2.0
9
+ uses : pyiron/actions/.github/workflows/dependabot-pr.yml@actions-3.2.1
10
10
secrets : inherit
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
pyiron :
11
- uses : pyiron/actions/.github/workflows/pr-labeled.yml@actions-3.2.0
11
+ uses : pyiron/actions/.github/workflows/pr-labeled.yml@actions-3.2.1
12
12
secrets : inherit
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
pyiron :
11
- uses : pyiron/actions/.github/workflows/pr-target-opened.yml@actions-3.2.0
11
+ uses : pyiron/actions/.github/workflows/pr-target-opened.yml@actions-3.2.1
12
12
secrets : inherit
Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
pyiron :
12
- uses : pyiron/actions/.github/workflows/push-pull.yml@actions-3.2.0
12
+ uses : pyiron/actions/.github/workflows/push-pull.yml@actions-3.2.1
13
13
secrets : inherit
14
14
with :
15
15
docs-env-files : .ci_support/environment.yml
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
pyiron :
11
- uses : pyiron/actions/.github/workflows/pyproject-release.yml@actions-3.2.0
11
+ uses : pyiron/actions/.github/workflows/pyproject-release.yml@actions-3.2.1
12
12
secrets : inherit
13
13
with :
14
14
semantic-upper-bound : ' minor'
Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ jobs:
35
35
echo -e "channels:\n- conda-forge\ndependencies:\n- ${{ github.event.repository.name }}" > ./just_this_package_environment.yml
36
36
cat ./just_this_package_environment.yml
37
37
echo `pwd`
38
- - uses : pyiron/actions/cached-miniforge@actions-3.2.0
38
+ - uses : pyiron/actions/cached-miniforge@actions-3.2.1
39
39
with :
40
40
python-version : ' 3.12'
41
41
env-files : ./just_this_package_environment.yml
42
42
local-code-directory : ' '
43
- - uses : pyiron/actions/pyiron-config@actions-3.2.0
44
- - uses : pyiron/actions/add-to-python-path@actions-3.2.0
43
+ - uses : pyiron/actions/pyiron-config@actions-3.2.1
44
+ - uses : pyiron/actions/add-to-python-path@actions-3.2.1
45
45
with : # This is specific to getting the pympipool tests to work
46
46
path-dirs : tests tests/benchmark tests/integration tests/static tests/unit
47
47
- name : Test
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
codeql :
11
- uses : pyiron/actions/.github/workflows/codeql.yml@actions-3.2.0
11
+ uses : pyiron/actions/.github/workflows/codeql.yml@actions-3.2.1
12
12
secrets : inherit
You can’t perform that action at this time.
0 commit comments