Skip to content

Commit

Permalink
isolate out dev key bug in gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Imel authored and Nathaniel Imel committed Nov 12, 2023
1 parent 58fa5a1 commit c2696bf
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 62 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/black.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/build.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/docs.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: tests

on: workflow_call
on: [push]

jobs:
build:
Expand All @@ -22,4 +22,4 @@ jobs:
- name: Test with pytest
run: |
pip install pytest
pytest
pytest src/tests/test_librarian.py

0 comments on commit c2696bf

Please sign in to comment.