Skip to content

Commit a18e0cf

Browse files
committed
remove comments
1 parent 630a190 commit a18e0cf

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

.github/workflows/ci_poetry.yml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ jobs:
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232

33-
# - name: Cache poetry virtualenv
34-
# uses: actions/cache@v4
35-
# with:
36-
# path: ./.venv
37-
# key: ${{ runner.os }}-python-${{ matrix.python-version }}-venv-${{ hashFiles('**/poetry.lock') }}-tests_core
3833

3934
- name: Install dependencies (without extras)
4035
run: poetry install --with dev --without docs --no-interaction
@@ -67,42 +62,14 @@ jobs:
6762
- name: Install poetry
6863
run: pipx install poetry==1.8.2
6964

70-
# - name: Configure poetry
71-
# run: poetry config virtualenvs.path /tmp/poetry/
72-
7365
- name: Set up Python ${{ matrix.python-version }}
7466
uses: actions/setup-python@v5
7567
with:
7668
python-version: ${{ matrix.python-version }}
7769

78-
# - name: Cache poetry virtualenv
79-
# uses: actions/cache@v4
80-
# with:
81-
# path: ./.venv
82-
# key: ${{ runner.os }}-python-${{ matrix.python-version }}-venv-${{ hashFiles('**/poetry.lock') }}-tests_tasks
83-
8470
- name: Install dependencies (including fractal-tasks extra)
8571
run: poetry install --with dev --without docs --no-interaction -E fractal-tasks
8672

87-
# - name: Check if manifest has changed
88-
# run: |
89-
# poetry run python fractal_tasks_core/dev/create_manifest.py
90-
# echo "*.json diff=json" >> .gitattributes && git config diff.json.textconv "jq --sort-keys '.' \$1"
91-
# git diff ./fractal_tasks_core/__FRACTAL_MANIFEST__.json
92-
# if [ -n "$(git diff --exit-code ./fractal_tasks_core/__FRACTAL_MANIFEST__.json)" ]; then
93-
# echo "__FRACTAL_MANIFEST__.json has changed. Please run 'poetry run python fractal_tasks_core/dev/create_manifest.py' and commit the changes."
94-
# exit 1
95-
# else
96-
# echo "__FRACTAL_MANIFEST__.json has not changed."
97-
# fi
98-
99-
# - name: Cache Pooch folder
100-
# id: cache-pooch-folder
101-
# uses: actions/cache@v4
102-
# with:
103-
# path: ~/.cache/pooch
104-
# key: pooch-cache
105-
10673
- name: Test tasks with pytest
10774
env:
10875
COVERAGE_FILE: coverage-data-tasks-${{ matrix.python-version }}

0 commit comments

Comments
 (0)