Skip to content

Commit dca18e6

Browse files
committed
Drop --fractal-server-2-13 flag
1 parent 366be85 commit dca18e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
key: pooch-cache
5151

5252
- name: Check if manifest has changed
53-
run: fractal-manifest check --package fractal-helper-tasks --fractal-server-2-13
53+
run: fractal-manifest check --package fractal-helper-tasks
5454

5555
- name: Test tasks with pytest
5656
run: pytest --color=yes --cov --cov-report=xml --cov-report=term-missing -s --log-cli-level debug
@@ -97,4 +97,4 @@ jobs:
9797
- uses: softprops/action-gh-release@v2
9898
with:
9999
generate_release_notes: true
100-
files: './dist/*'
100+
files: './dist/*'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Collection of Fractal helper tasks
1111

1212
To create the manifest:
1313
```
14-
fractal-manifest create --package fractal_helper_tasks --fractal-server-2-13
14+
fractal-manifest create --package fractal_helper_tasks
1515
```
1616

17-
Refer to the developers-guide in the [Fractal template repo](https://github.com/fractal-analytics-platform/fractal-tasks-template/blob/main/DEVELOPERS_GUIDE.md) for more detailed instructions.
17+
Refer to the developers-guide in the [Fractal template repo](https://github.com/fractal-analytics-platform/fractal-tasks-template/blob/main/DEVELOPERS_GUIDE.md) for more detailed instructions.

0 commit comments

Comments
 (0)