Skip to content

Commit

Permalink
Resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed Feb 8, 2023
1 parent e1424b0 commit e4930a9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,14 +292,6 @@ jobs:
uses: actions/download-artifact@v3
with:
name: dist-${{ matrix.python-version }}
<<<<<<< HEAD
- name: Install testing dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade pytest pytest-cov pytest-dockerc
- name: Install the built wheel (there should only be one)
run: python -m pip install *.whl
=======
path: dist
- id: find-wheel
name: Get the name of the retrieved wheel (there should only be one)
Expand All @@ -308,7 +300,6 @@ jobs:
run: python -m pip install --upgrade pip setuptools wheel
- name: Install the built wheel (along with testing dependencies)
run: python -m pip install ${{ steps.find-wheel.outputs.wheel }}[test]
>>>>>>> 65efbf63dbfc4f2dfaec9190d1ec9448af565f64
- name: Run tests
env:
RELEASE_TAG: ${{ github.event.release.tag_name }}
Expand Down

0 comments on commit e4930a9

Please sign in to comment.