Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
 On branch feature/fix-tests
 Changes to be committed:
	modified:   .github/workflows/ci.yml
	modified:   Makefile
  • Loading branch information
SemyonSinchenko committed Nov 18, 2023
1 parent 48372f7 commit 61aa25d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
poetry-${{ hashFiles('**/poetry.lock') }}
- name: Install dependencies
run: make install_pure
run: make install_pytest
if: steps.cache.outputs.cache-hit != 'true'

- name: Change PySpark to version ${{ matrix.pyspark-version }}
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# COMMON CLI COMMANDS FOR DEVELOPMENT

.PHONY: install_pure
.PHONY: install_pytest
install_pure:
@poetry install
@poetry install --with=testing

.PHONY: install_deps
install_deps:
Expand Down

0 comments on commit 61aa25d

Please sign in to comment.