We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2947264 commit 1562794Copy full SHA for 1562794
.github/workflows/tests.yml
@@ -4,11 +4,11 @@ on:
4
pull_request:
5
paths:
6
- 'tests/**.py'
7
- - 'pypipeline/**.py'
+ - 'borkpipeline/**.py'
8
push:
9
10
11
12
13
jobs:
14
build:
tests/test_pipeline.py
@@ -1,4 +1,4 @@
1
-from pypipeline.pipeline import Pipeline
+from borkpipeline.pipeline import Pipeline
2
import unittest
3
class TestPipeline(unittest.TestCase):
0 commit comments