Skip to content

Commit

Permalink
v4
Browse files Browse the repository at this point in the history
  • Loading branch information
auburnsummer authored Oct 26, 2022
1 parent 9873522 commit 3bc06c4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: install pypy
id: setup-pypy
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: 'pypy-3.8'
cache: 'poetry'
Expand All @@ -56,9 +56,6 @@ jobs:
env:
B2_APPLICATION_KEY: ${{ secrets.B2_APPLICATION_KEY }}
B2_KEY_ID: ${{ secrets.B2_KEY_ID }}

- name: print b2 account info
run: b2 get-account-info

- name: download current db if it exists...
run: b2 download-file-by-name rdsqlite backups/orchard-${{ env.GITHUB_REF_SLUG }}.db orchard.db
Expand Down Expand Up @@ -100,7 +97,7 @@ jobs:

- name: install pypy
id: setup-pypy
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: 'pypy-3.8'
cache: 'poetry'
Expand Down

0 comments on commit 3bc06c4

Please sign in to comment.