mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-10 00:09:04 +00:00
Merge pull request #280 from PR0M3TH3AN/codex/fix-failing-windows-workflow-in-stress-args-step
Fix Windows stress arg step
This commit is contained in:
1
.github/workflows/python-ci.yml
vendored
1
.github/workflows/python-ci.yml
vendored
@@ -72,6 +72,7 @@ jobs:
|
|||||||
pip install pip-audit
|
pip install pip-audit
|
||||||
pip-audit -r requirements.lock
|
pip-audit -r requirements.lock
|
||||||
- name: Determine stress args
|
- name: Determine stress args
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ github.event_name }}" = "schedule" ]; then
|
if [ "${{ github.event_name }}" = "schedule" ]; then
|
||||||
echo "STRESS_ARGS=--stress" >> $GITHUB_ENV
|
echo "STRESS_ARGS=--stress" >> $GITHUB_ENV
|
||||||
|
Reference in New Issue
Block a user