Skip to content

Commit

Permalink
Use reusable workflow from hyperspy organisation for testing packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Nov 10, 2023
1 parent 54f5871 commit 54230a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 77 deletions.
77 changes: 0 additions & 77 deletions .github/workflows/build.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/workflows/package_and_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Package & Test

on: [push, pull_request]

jobs:
package_and_test:
# Use the "reusable workflow" from the hyperspy organisation
uses: hyperspy/.github/.github/workflows/package_and_test.yml@main

0 comments on commit 54230a0

Please sign in to comment.