-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
@@ -15,7 +15,7 @@ jobs: | |||
runs-on: windows-latest | |||
strategy: | |||
matrix: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
лучше на ubuntu, быстрее работать будет
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
переключил
@@ -15,7 +15,7 @@ jobs: | |||
runs-on: windows-latest | |||
strategy: | |||
matrix: | |||
python-version: ['3.7', '3.8', '3.x'] | |||
python-version: ['3.11'] | |||
|
|||
steps: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actions/setup-python@v5 тоже
There was a problem hiding this comment.
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
@@ -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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
давай еще запуск на firefox тоже сделаем
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
сделал
Co-authored-by: Natalia Pozhidaeva <Natalia_Pozhidaeva@epam.com>
Co-authored-by: Natalia Pozhidaeva <Natalia_Pozhidaeva@epam.com>
No description provided.