Skip to content

Commit

Permalink
Avoid full dep install prior to tox run (#207)
Browse files Browse the repository at this point in the history
* Avoid full dep install prior to tox run

* Set XDG_CACHE_HOME (#208)

* Set XDG_CACHE_HOME

* Delete settings.json

* Fomatting fix

* Empty environ

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fix for type env

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
cidrblock and pre-commit-ci[bot] authored Aug 9, 2023
1 parent d111547 commit e777dd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
with:
python-version: ${{ matrix.entry.python }}

- name: Install deps
run: python -m pip install -r test-requirements.txt
- name: Install tox-ansible, includes tox
run: python -m pip install tox-ansible

- name: Run tox test
run: python -m tox --ansible -e ${{ matrix.entry.name }} --conf tox-ansible.ini
Expand Down

0 comments on commit e777dd5

Please sign in to comment.