Skip to content

Commit

Permalink
added changes as mentioned in cubewise-code#1157
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbisurgi committed Oct 16, 2024
1 parent ae7c345 commit 8b3423a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Install dependencies
run: |
pip install -e .[unit_test]
pip install -e .[pandas, dev]
- name: Retrieve TM1 Connection Details
run: echo "Retrieving TM1 connection details"
Expand Down
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@
extras_require={
"pandas": ["pandas"],
"dev": [
"pytest",
"pytest-xdist"
],
"unit_test": [
"pandas",
"pytest",
"pytest-xdist",
"python-dateutil"
Expand Down

0 comments on commit 8b3423a

Please sign in to comment.