Skip to content

Commit

Permalink
Npgsql: Fix test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 2, 2023
1 parent 91617d5 commit 9055343
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-npgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Validate by-language/csharp-npgsql, Npgsql ${{ matrix.npgsql-version }}
run: |
ngr test by-language/csharp-npgsql --npgsql-version=${{ matrix.npgsql-version }}
ngr test by-language/csharp-npgsql --dotnet-version=${{ matrix.dotnet-version }} --npgsql-version=${{ matrix.npgsql-version }}
# https://github.com/codecov/codecov-action
- name: Upload coverage results to Codecov
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pueblo[ngr]==0.0.3
# pueblo[ngr]==0.0.3

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

0 comments on commit 9055343

Please sign in to comment.