Skip to content

Commit

Permalink
Add: GH Workflow for Windows
Browse files Browse the repository at this point in the history
Signed-off-by: NaveenKumar Namachivayam ⚡ <[email protected]>
  • Loading branch information
QAInsights committed Nov 23, 2023
1 parent b806d84 commit 55933fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
run: |
python --version
python -m pip --version
dir
# - uses: actions/checkout@v3
# - name: Set up Python 3.10.11
Expand All @@ -50,7 +51,7 @@ jobs:
- name: Install dependencies in Windows
run: |
python -m pip install --upgrade pip
pip install windows\requirements.txt
pip install .\windows\requirements.txt
# - name: Install dependencies
Expand Down

0 comments on commit 55933fe

Please sign in to comment.