Skip to content

Commit 9055343

Browse files
committed
Npgsql: Fix test matrix
1 parent 91617d5 commit 9055343

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test-npgsql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: Validate by-language/csharp-npgsql, Npgsql ${{ matrix.npgsql-version }}
8181
run: |
82-
ngr test by-language/csharp-npgsql --npgsql-version=${{ matrix.npgsql-version }}
82+
ngr test by-language/csharp-npgsql --dotnet-version=${{ matrix.dotnet-version }} --npgsql-version=${{ matrix.npgsql-version }}
8383
8484
# https://github.com/codecov/codecov-action
8585
- name: Upload coverage results to Codecov

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pueblo[ngr]==0.0.3
1+
# pueblo[ngr]==0.0.3
22

33
# Development.
4-
# pueblo[ngr] @ git+https://github.com/pyveci/pueblo.git@develop
4+
pueblo[ngr] @ git+https://github.com/pyveci/pueblo.git@main

0 commit comments

Comments
 (0)