Skip to content

Commit

Permalink
use a different tox
Browse files Browse the repository at this point in the history
  • Loading branch information
jxchen01 committed Dec 13, 2024
1 parent f0a6388 commit 3b77b1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
python-version: ['3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -49,7 +49,7 @@ jobs:
# this runs the platform-specific tests declared in tox.ini
- name: Test with tox
uses: aganders3/headless-gui@v1
uses: GabrielBB/xvfb-action@v1 # aganders3/headless-gui@v1
with:
run: python -m tox
env:
Expand Down

0 comments on commit 3b77b1c

Please sign in to comment.