Skip to content

Commit

Permalink
Use pip to get latest version (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindwe authored Mar 1, 2024
1 parent 705b6e9 commit 21670be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test_installability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install the current SDK version from PyPI
run: |
VERSION=$(<VERSION)
pip install exabel-data-sdk==$VERSION --no-cache-dir
run: pip install exabel-data-sdk --no-cache-dir

- name: Post to Slack
uses: ravsamhq/[email protected]
Expand Down

0 comments on commit 21670be

Please sign in to comment.