Skip to content

Commit

Permalink
minimize ci, normalize with nbcelltests
Browse files Browse the repository at this point in the history
  • Loading branch information
painebot committed Jun 4, 2024
1 parent 0c15e68 commit 3ee3285
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
# TODO more later
# os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.9]
node-version: [16.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -42,8 +40,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
cache-dependency-path: "pyproject.toml"
cache: 'pip'
cache-dependency-path: 'pyproject.toml'

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit 3ee3285

Please sign in to comment.