Skip to content

Commit

Permalink
fixup! CI WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan0x committed Mar 14, 2024
1 parent 3fc7bbd commit 4393674
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/run-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@ env:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"] #, "3.11", "3.12"]
# strategy:
# matrix:
# python-version: ["3.10"] #, "3.11", "3.12"]

steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: 'true'
- name: "Install system packages"
run: |
sudo apt-get ${{env.apt_options}} update -y
Expand All @@ -31,8 +29,8 @@ jobs:
# python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
pip install tox-gh-actions
python3 -m pip install --upgrade pip setuptools
pip3 install tox-gh-actions
- name: Run tox
run: |
tox
Expand Down

0 comments on commit 4393674

Please sign in to comment.