Skip to content

Commit

Permalink
remove hardcoded dedupe repo path
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Jun 27, 2024
1 parent 469bcad commit 9320484
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on: [push]

jobs:
test:
continue-on-error: ${{ matrix.python-version == '3.10' }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -21,7 +20,6 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install https://github.com/dedupeio/dedupe/archive/refs/heads/pluggy-variables.zip
pip install -e .
- name: Test with pytest
run: |
Expand Down

0 comments on commit 9320484

Please sign in to comment.