Skip to content

Commit

Permalink
Hot-fix 2
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
  • Loading branch information
SemyonSinchenko committed Nov 18, 2023
1 parent 7994e7d commit a310695
Showing 1 changed file with 1 addition and 1 deletion.
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_test
run: make install_deps
if: steps.cache.outputs.cache-hit != 'true'

- name: Change PySpark to version ${{ matrix.pyspark-version }}
Expand Down

0 comments on commit a310695

Please sign in to comment.