Skip to content

Commit 22ba70b

Browse files
authored
Update unit-tests.yml
1 parent 35fccf4 commit 22ba70b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,6 @@ jobs:
4444
exit 1
4545
fi
4646
47-
- name: Check Flask version
48-
run: |
49-
echo "Checking Flask version..."
50-
INSTALLED_VERSION=$(pip show flask | grep Version | cut -d ' ' -f 2)
51-
REQUIRED_VERSION="2.3.2" # Укажите желаемую версию Flask
52-
if [ "$INSTALLED_VERSION" != "$REQUIRED_VERSION" ]; then
53-
echo "Incorrect Flask version installed: $INSTALLED_VERSION. Required: $REQUIRED_VERSION"
54-
exit 1
55-
fi
56-
5747
- name: Run unit tests
5848
run: |
5949
pytest --junitxml=test-results.xml || true

0 commit comments

Comments
 (0)