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 9413680 commit a9d0e0aCopy full SHA for a9d0e0a
.github/workflows/test-integ.yaml
@@ -2,7 +2,7 @@
2
name: test integ
3
on: [push]
4
jobs:
5
- run-pytest:
+ run-tests:
6
runs-on: ubuntu-latest
7
env:
8
GROUNDLIGHT_API_TOKEN: ${{ secrets.GROUNDLIGHT_API_TOKEN }}
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "groundlight"
-version = "0.1.2"
+version = "0.1.3"
description = "Call the Groundlight API from python"
authors = ["Groundlight AI <[email protected]>"]
packages = [
0 commit comments