Skip to content

Commit

Permalink
Merge pull request #152 from rocky/CI-cleanup
Browse files Browse the repository at this point in the history
Tweak CI
  • Loading branch information
rocky authored Sep 14, 2024
2 parents b66976f + 93e37f9 commit 0237ae2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
pip install -r requirements-dev.txt
pip install -e .[dev]
- name: Test xdis
run: |
make check
3 changes: 1 addition & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install -e .
pip install -r requirements-dev.txt
pip install -e .[dev]
- name: Test xdis
run: |
make check
3 changes: 1 addition & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
pip install -r requirements-dev.txt
pip install -e .[dev]
- name: Test xdis
run: |
# Until workflows CI problems are fixed
Expand Down

0 comments on commit 0237ae2

Please sign in to comment.