Skip to content

Commit 7ada222

Browse files
authored
Repo sink (#52)
* renamed a few test files. tested the dropna function * indexer tests * subtraction * Subtract, divide, and equals * DataFrame operators - equality * added pop test * Sample test added. Added support for sample with replace. * Create ubuntu-dotnet.yml * Update ubuntu-dotnet.yml * Remove reference to TensorFlow.NET * Update PandasConsole.indexers.cs * Update and rename ubuntu-dotnet.yml to build-and-test.yml * ubuntu, windows, and macos ci * fixing macos file 1 * mac os dependencies * macox test * another test * more tweaks * fixing up the macos build * more ci work * removed tensorflow from test package * disable the macos test for now * Deleting some extra files that got added via some merge confusion * fixing yml indentation
1 parent 8915164 commit 7ada222

File tree

5 files changed

+3
-87
lines changed

5 files changed

+3
-87
lines changed

Diff for: .github/workflows/mac-ci-pipeline.yml

-28
This file was deleted.

Diff for: .github/workflows/ubuntu-ci-pipeline.yml

-28
This file was deleted.

Diff for: .github/workflows/ubuntu-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest
14-
15-
steps:
14+
15+
steps:
1616
- uses: actions/checkout@v4
1717
- name: Setup .NET
1818
uses: actions/setup-dotnet@v4

Diff for: .github/workflows/win-ci-pipeline.yml

-28
This file was deleted.

Diff for: .github/workflows/windows-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: windows-latest
1414

15-
steps:
15+
steps:
1616
- uses: actions/checkout@v4
1717
- name: Setup .NET
1818
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)