Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nkalupahana authored Oct 6, 2021
1 parent 26174a8 commit ae3a870
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Testing Action

on: push
on:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-11
steps:
- name: Install
run: pip3 install numpy==1.15.1

0 comments on commit ae3a870

Please sign in to comment.