Skip to content

Commit

Permalink
Add pytables to test_requirements remove from workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com>
  • Loading branch information
ankatiyar committed Apr 19, 2023
1 parent 6552c0d commit 8203daa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/check-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@ jobs:
run: |
cd ${{ inputs.plugin }}
pip install -r test_requirements.txt
- name: Install pytables (only for kedro-datasets on windows)
if: matrix.os == 'windows-latest' && inputs.plugin == 'kedro-datasets'
run: pip install tables
- name: pip freeze
run: pip freeze
pip freeze
- name: Run unit tests for Linux / all plugins
if: matrix.os != 'windows-latest'
run: make plugin=${{ inputs.plugin }} test
Expand Down
1 change: 1 addition & 0 deletions kedro-datasets/test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ snowflake-snowpark-python~=1.0.0; python_version == '3.8'
SQLAlchemy>=1.4, <3.0 # The `Inspector.has_table()` method replaces the `Engine.has_table()` method in version 1.4.
tables~=3.6.0; platform_system == "Windows" and python_version < '3.9'
tables~=3.6; platform_system != "Windows"
tables~=3.8.0; platform_system == "Windows" and python_version == '3.10'
tensorflow-macos~=2.0; platform_system == "Darwin" and platform_machine == "arm64"
tensorflow~=2.0; platform_system != "Darwin" or platform_machine != "arm64"
triad>=0.6.7, <1.0
Expand Down

0 comments on commit 8203daa

Please sign in to comment.