Skip to content

Commit

Permalink
added multiple OS to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jackbaker1001 committed Aug 16, 2023
1 parent fcfba55 commit 7e60034
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Installing Grad-DFT
name: Installing Grad-DFT and running tests

on: [push]

jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.9", "3.10"]

os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 7e60034

Please sign in to comment.