Skip to content

Commit 4b0ea81

Browse files
committed
chore: add comments for clarity in Python tests workflow
1 parent 76b56e5 commit 4b0ea81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
python-version: ${{ matrix.python-version }}
4848
cache: 'poetry'
4949

50+
# Dependency and building tests
5051
- name: Install main dependencies
5152
run: |
5253
poetry install --no-root --no-interaction
@@ -76,6 +77,7 @@ jobs:
7677
pip install dist/*.tar.gz
7778
pip uninstall -y memoryos
7879
80+
# Ruff and PyTest checks
7981
- name: Install all dependencies
8082
run: |
8183
poetry install --no-interaction --extras all --with test

0 commit comments

Comments
 (0)