Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MacHu-GWU committed Dec 30, 2023
1 parent 40c85cd commit 17ba23d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ jobs:
python -VV
python -m site
python -m pip install --upgrade pip setuptools wheel virtualenv
pip install -r attrs==${{ matrix.attrs-version }}
pip install attrs==${{ matrix.attrs-version }}
pip install -r requirements-test.txt
pip install .
- if: matrix.os == 'windows-latest'
name: "Install dependencies on Windows"
run: |
python -m site
python -m pip install --upgrade pip setuptools wheel virtualenv
pip install -r attrs==${{ matrix.attrs-version }}
pip install attrs==${{ matrix.attrs-version }}
pip install -r requirements-test.txt
pip install .
- name: "Run pytest"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ def read_requirements_file(path):
classifiers=CLASSIFIERS,
platforms=PLATFORMS,
license=LICENSE,
python_requires=">=3.7",
install_requires=REQUIRES,
extras_require=EXTRA_REQUIRE,
)
Expand Down

0 comments on commit 17ba23d

Please sign in to comment.