Skip to content

Commit 556ad13

Browse files
fix transform-tabular.yml triggering
1 parent c6ff8e2 commit 556ad13

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/transform-tabular.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: transform-tabular
1+
name: transform-tabular tests
22

33
on:
44
push:
@@ -12,9 +12,6 @@ on:
1212
- ".github/workflows/transform-tabular.yml"
1313
workflow_dispatch:
1414

15-
defaults:
16-
run:
17-
working-directory: packages/transform-tabular
1815

1916
jobs:
2017
test:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Packages currently hosted on the Python Package Index (PyPI):
1010

1111
* [partition-while](https://pypi.org/project/partition-while/): partition a list by a condition on the sublists;
1212

13-
* [transform-tabular](https://pypi.org/project/transform-tabular/): apply a single function element-wise and column-wise across an entire DataFrame, or a selection of its columns;
13+
* [transform-tabular](https://pypi.org/project/transform-tabular/): apply a single function element-wise and column-wise across an entire DataFrame;
1414

1515
* [transcendental-range](https://pypi.org/project/transcendental-range/): generate ranges of transcendental numbers.
1616

1717

1818
*More on the way!*
1919

20-
These are all direct translations of the corresponding [Wolfram resource functions](https://github.com/Daniele-Gregori/ResourceFunctions/).
20+
These are mostly direct translations of the corresponding [Wolfram resource functions](https://github.com/Daniele-Gregori/ResourceFunctions/).
2121

2222

0 commit comments

Comments
 (0)