Skip to content

Commit 6ccdd01

Browse files
committed
test windows.
1 parent 3e6316f commit 6ccdd01

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,19 @@ jobs:
7171
path: ${{ env.VENV_PATH }}
7272
key: >-
7373
${{ runner.os }}-${{ matrix.python }}-venv-${{
74-
hashFiles('pyproject.toml') }}-${{
75-
hashFiles('.pre-commit-config.yaml') }}
74+
hashFiles('pyproject.toml') }}
7675
7776
- name: Create venv (NEW CACHE)
7877
if: steps.cache-venv.outputs.cache-hit != 'true'
7978
run: |
8079
python -m venv "${{ env.VENV_PATH }}"
81-
cd "${{ env.VENV_PATH }}"
82-
ls
83-
cd bin
84-
ls
8580
source "${{ env.VENV_ACTIVATE }}"
86-
pip install -e ".[all]"
81+
python -m pip install -e ".[all]"
82+
83+
- name: show off
84+
run: |
85+
which pytest
86+
which codespell
8787
8888
- name: codespell
8989
if: matrix.run_doc == true

0 commit comments

Comments
 (0)