We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91617d5 commit 9055343Copy full SHA for 9055343
.github/workflows/test-npgsql.yml
@@ -79,7 +79,7 @@ jobs:
79
80
- name: Validate by-language/csharp-npgsql, Npgsql ${{ matrix.npgsql-version }}
81
run: |
82
- 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 }}
83
84
# https://github.com/codecov/codecov-action
85
- name: Upload coverage results to Codecov
requirements.txt
@@ -1,4 +1,4 @@
1
-pueblo[ngr]==0.0.3
+# pueblo[ngr]==0.0.3
2
3
# Development.
4
-# pueblo[ngr] @ git+https://github.com/pyveci/pueblo.git@develop
+pueblo[ngr] @ git+https://github.com/pyveci/pueblo.git@main
0 commit comments