Skip to content

Commit

Permalink
[ci] specify the version when installing pyexiv2
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoHsiao1 committed Jul 28, 2023
1 parent 9e767e9 commit 3b96f6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-11, windows-2019]
os: [macos-12, windows-2019]
python_version: [3.7, 3.8, 3.9, '3.10', '3.11']
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -24,7 +24,7 @@ jobs:
python-version: ${{ matrix.python_version }}
- name: Install dependencies
run: |
python -m pip install pyexiv2
python -m pip install pyexiv2==2.8.2
python -m pip install pytest psutil
- name: Test
run: |
Expand All @@ -50,7 +50,7 @@ jobs:
python-version: ${{ matrix.python_version }}
- name: Install dependencies
run: |
python -m pip install pyexiv2
python -m pip install pyexiv2==2.8.2
python -m pip install pytest psutil
- name: Test
run: |
Expand Down

0 comments on commit 3b96f6e

Please sign in to comment.