Skip to content

Commit

Permalink
Merge pull request #14 from IsaccBarker/remove-test-cruft
Browse files Browse the repository at this point in the history
Remove Test Cruft
  • Loading branch information
gvegayon authored Jun 24, 2024
2 parents be62906 + 4c3b26e commit 3f8f59e
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 235 deletions.
File renamed without changes.
44 changes: 0 additions & 44 deletions .github/workflows/conda.yml

This file was deleted.

60 changes: 0 additions & 60 deletions .github/workflows/enscripten.yaml

This file was deleted.

31 changes: 31 additions & 0 deletions .github/workflows/pip.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: "Pip"

on:
workflow_dispatch:
pull_request:
push:
branches:
- main

jobs:
build:
name: Build with Pip
runs-on: ${{ matrix.platform }}
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest]
python-version: ["3.7", "3.11"]

steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Build and install
run: pip install --verbose .[test]

- name: Test
run: pytest
31 changes: 0 additions & 31 deletions .github/workflows/pip.yml

This file was deleted.

100 changes: 0 additions & 100 deletions .github/workflows/wheels.yml

This file was deleted.

0 comments on commit 3f8f59e

Please sign in to comment.