Skip to content

Commit

Permalink
Updating FAST Scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kadraman committed Jun 13, 2024
1 parent 841f6c4 commit 9442276
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ jobs:
with:
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
- name: Install dependencies
run: pip install pytest pytest-md pytest-emoji
run: pip install pytest selenium webdriver-manager pytest-selenium pytest-xdist pytest-md pytest-emoji
- uses: pavelzw/pytest-action@v2
with:
emoji: false
verbose: false
emoji: true
verbose: true
job-summary: true
- name: Stop FAST Container
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ pytest-xdist = "*"

[requires]
python_version = "3.12"
#python_full_version = "3.12.4"
python_full_version = "3.12.3"

0 comments on commit 9442276

Please sign in to comment.