Skip to content

Commit

Permalink
Merge pull request #33 from kirill-panoply/ds-2293-add-github-actions
Browse files Browse the repository at this point in the history
[DS-2293] Fix Github Actions
  • Loading branch information
kirill-panoply authored May 27, 2021
2 parents bd5fb01 + 99deb9e commit f74d577
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/main.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
python: [2.7.18, 3.8.2]
python: [ 3.8.2 ]
steps:
- name: Checkout this repository
uses: actions/checkout@v2
Expand All @@ -23,7 +23,7 @@ jobs:
with:
python-version: ${{ matrix.python }}

- name: Install datasource
- name: Install
env:
GITAUTH: ${{ secrets.CI_USER_GITHUB_TOKEN }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion panoply/constants.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "2.0.6"
__version__ = "2.0.7"
__package_name__ = "panoply-python-sdk"

0 comments on commit f74d577

Please sign in to comment.