Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumping dependencies and test site #69

Merged
merged 29 commits into from
Mar 20, 2024

Conversation

vklonin
Copy link
Contributor

@vklonin vklonin commented Mar 12, 2024

No description provided.

@vklonin vklonin requested a review from pnatashap March 18, 2024 06:57
@@ -15,7 +15,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

лучше на ubuntu, быстрее работать будет

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

переключил

.github/workflows/jdi-python.yml Outdated Show resolved Hide resolved
@@ -15,7 +15,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.x']
python-version: ['3.11']

steps:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actions/setup-python@v5 тоже

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

сделал

.github/workflows/jdi-python.yml Outdated Show resolved Hide resolved
@@ -37,6 +37,10 @@ jobs:
run: |
pytest -v --cov=. --cov-config=.coveragerc --cov-report=html -m unit
shell: cmd
- name: Run tests excluding unit tests
run: |
pytest -v -m "not unit"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

давай еще запуск на firefox тоже сделаем

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

сделал

@vklonin vklonin requested a review from pnatashap March 19, 2024 10:09
@vklonin vklonin merged commit 7ba7e6c into master Mar 20, 2024
3 checks passed
@vklonin vklonin deleted the bumping-dependencies-and-test-site branch March 20, 2024 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants