Skip to content

Commit c9fb397

Browse files
committed
add missing install to test file
1 parent df47655 commit c9fb397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
with:
2121
python-version: "3"
2222
cache: "pip" # caches pip dependencies
23-
- name: Install OctoDNS
24-
run: pip install 'octodns==0.9.10'
23+
- name: Install dependencies
24+
run: pip install -r requirements.txt
2525
- name: Do a dry run
2626
run: ./bin/dry-run ${{ inputs.force && '--force' || '' }}
2727
env:

0 commit comments

Comments
 (0)