Skip to content

Commit

Permalink
Update pytest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rinarakaki authored Aug 23, 2023
1 parent c2d1ac9 commit 46b7baa
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ jobs:
python-version: ['3.10', '3.11']
name: Python ${{ matrix.python-version }} sample
steps:
- uses: actions/checkout@v3
- name: actions/checkout@v3
uses: actions/checkout@v3
- name: actions/install
uses: ./.github/actions/install
- run: sudo apt install -y graphviz
- name: pip3-install
run: pip3 install pytest
- run: python3 -m pytest -p no:cacheprovider
- name: pytest
run: |
pip3 install pytest
python3 -m pytest -p no:cacheprovider

0 comments on commit 46b7baa

Please sign in to comment.