Skip to content

Commit

Permalink
Remove deploy change
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardt committed Mar 11, 2024
1 parent b868867 commit 4492cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:
# https://github.com/henry0312/pytest-pycodestyle/issues/97
python -m pip install py
# END: Temp fix
python -m pip install git+https://github.com/leonardt/fault@deprecate-coreir#egg=fault
# python -m pip install flake8 pytest pytest-cov pytest-pycodestyle fault>=3.1.1
python -m pip install flake8 pytest pytest-cov pytest-pycodestyle
python -m pip install flake8 pytest pytest-cov pytest-pycodestyle fault>=3.1.1
python -m pip install importlib-resources
python -m pip install kratos # test optional dependency
python -m pip install -e .
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/linux-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ jobs:
python -m pip install py
# END: Temp fix
python -m pip install .
python -m pip install flake8 pytest pytest-cov pytest-pycodestyle fault>=3.1.1
python -m pip install flake8 pytest pytest-cov pytest-pycodestyle
python -m pip install importlib-resources
python -m pip install kratos # test optional dependency
- name: Test without optional dependencies
run: |
Expand Down

0 comments on commit 4492cfb

Please sign in to comment.