Skip to content

Commit 2af4144

Browse files
committed
fix failure on ci pt2
1 parent a3c7a38 commit 2af4144

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
with:
2222
python-version: "3"
2323
cache: "pip" # caches pip dependencies
24-
- name: Install OctoDNS
25-
run: pip install 'octodns==0.9.10'
24+
- name: Install dependencies
25+
run: pip install -r requirements.txt
2626
- name: Sync w/ production DNS providers
2727
run: ./bin/sync ${{ inputs.force && '--force' || '' }}
2828
env:

bin/sync

100644100755
File mode changed.

0 commit comments

Comments
 (0)