Skip to content

Commit

Permalink
HISTORY.rst add hyperlinks pointing to psutil API doc (#2042)
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo authored Dec 29, 2021
1 parent a7165b5 commit d81e75e
Show file tree
Hide file tree
Showing 4 changed files with 2,278 additions and 1,156 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-10.15]
include:
- {name: Linux, python: '3.9', os: ubuntu-latest}
env:
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
python scripts/internal/print_hashes.py wheelhouse/
freebsd:
runs-on: macos-latest
runs-on: macos-10.15
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.6.0
Expand All @@ -139,7 +139,7 @@ jobs:

- name: Run tests
id: test
uses: vmactions/freebsd-vm@v0.1.4
uses: vmactions/freebsd-vm@v0.1.5
with:
usesh: true
prepare: pkg install -y gcc python3
Expand Down
Loading

0 comments on commit d81e75e

Please sign in to comment.