Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
r-akemii committed Sep 19, 2024
1 parent 81ccd6e commit 8e73e52
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/DevWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,13 @@ jobs:
- name: Install QGIS on Chocolatey
uses: crazy-max/ghaction-chocolatey@v3
with:
args: choco install qgis-ltr -y
args: install qgis-ltr -y

# - name: Plugin install
# shell: pwsh
# run: |
- name: Plugin install
shell: pwsh
run: pwd
# $env:PATH="C:\Program Files\QGIS 3.34.10\bin;$env:PATH"
# $env:QGIS_PLUGIN_IN_CI=1
# pwd

# python-qgis-ltr.bat -m pip install -r test/requirements-test.txt
# python-qgis-ltr.bat ci/dependency_installation.py
# python-qgis-ltr.bat -m pip list
Expand Down

0 comments on commit 8e73e52

Please sign in to comment.