Skip to content

Commit f5f2f49

Browse files
committed
pyproj update
1 parent 30de628 commit f5f2f49

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/pull_request_tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ubuntu-latest, macos-latest]
10+
os: [ubuntu-latest]
11+
#os: [ubuntu-latest, macos-latest]
1112
#os: [ubuntu-latest, macos-latest, windows-latest]
12-
python-version: ["3.9", "3.10", "3.11"]
13+
python-version: ["3.9"] #["3.9", "3.10", "3.11"]
1314

1415
steps:
1516
- uses: actions/checkout@v2
@@ -20,7 +21,7 @@ jobs:
2021
- name: Install dependencies
2122
run: |
2223
python -m pip install --upgrade pip
23-
python -m pip install -e .
24+
python -m pip install -e '.[dev]'
2425
- name: Run pytests
2526
run: |
2627
python -m pytest -v --disable-warnings

0 commit comments

Comments
 (0)