Skip to content

Commit

Permalink
Repo sink (#52)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
brettwebst authored Aug 4, 2024
1 parent 8915164 commit 7ada222
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 87 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/mac-ci-pipeline.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/ubuntu-ci-pipeline.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest

steps:
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/win-ci-pipeline.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: windows-latest

steps:
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit 7ada222

Please sign in to comment.