Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MacHu-GWU committed Dec 30, 2023
1 parent 17ba23d commit ac26a47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
python -VV
python -m site
python -m pip install --upgrade pip setuptools wheel virtualenv
echo attrs==${{ matrix.attrs-version }}
pip install attrs==${{ matrix.attrs-version }}
pip install -r requirements-test.txt
pip install .
Expand All @@ -47,6 +48,7 @@ jobs:
run: |
python -m site
python -m pip install --upgrade pip setuptools wheel virtualenv
echo attrs==${{ matrix.attrs-version }}
pip install attrs==${{ matrix.attrs-version }}
pip install -r requirements-test.txt
pip install .
Expand Down

0 comments on commit ac26a47

Please sign in to comment.