Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
log2 committed Aug 6, 2024
1 parent 174874e commit a1e658c
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@ jobs:
- uses: actions/checkout@v4

- uses: actions/setup-python@v3
with:
python-version: 3.11
with: python-version: 3.11

- name: MAIN
env:
PASSWORD: ${{ secrets.PASSWORD }}
run: |
pip install webdavclient3==3.14.5 > /dev/null 2>&1
python main.py
- run: pip install webdavclient3==3.14.5

- run: python main.py
env: PASSWORD: ${{ secrets.PASSWORD }}

0 comments on commit a1e658c

Please sign in to comment.