Skip to content

Commit

Permalink
[update] modify pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
yzqin committed Aug 26, 2023
1 parent 43ab709 commit bd843bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
python-version: [ "3.8" ]

steps:
- uses: actions/checkout@v3
Expand All @@ -24,10 +24,11 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade -e .[dev]
- name: Run Black
run: |
black dex-retargeting/ tests/ --check
black dex_retargeting/ tests/ --check
- name: Run Pyright
run: |
pyright
Expand Down

0 comments on commit bd843bd

Please sign in to comment.