Skip to content

Commit

Permalink
Merge pull request #149 from MrPowers/feature/fix-tests
Browse files Browse the repository at this point in the history
Feature/fix tests
  • Loading branch information
SemyonSinchenko authored Nov 18, 2023
2 parents 2f2e012 + 798e0b7 commit fc09a4a
Show file tree
Hide file tree
Showing 9 changed files with 81 additions and 30 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_deps
run: make install_test
if: steps.cache.outputs.cache-hit != 'true'

- name: Change PySpark to version ${{ matrix.pyspark-version }}
Expand Down
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# COMMON CLI COMMANDS FOR DEVELOPMENT

.PHONY: install_test
install_pure:
@poetry install --with=development,testing

.PHONY: install_deps
install_deps:
install_test:
@poetry install --with=development,linting,testing,docs

.PHONY: update_deps
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Quinn

![![image](https:/MrPowers/quinn/workflows/build/badge.svg)](https:/MrPowers/quinn/actions/workflows/ci.yml/badge.svg)
![![image](https:/MrPowers/quinn/workflows/build/badge.svg)](https:/MrPowers/quinn/actions/workflows/lint.yml/badge.svg)
![![image](https:/MrPowers/quinn/workflows/build/badge.svg)](https:/MrPowers/quinn/actions/workflows/lint.yaml/badge.svg)
![PyPI - Downloads](https://img.shields.io/pypi/dm/quinn)
[![PyPI version](https://badge.fury.io/py/quinn.svg)](https://badge.fury.io/py/quinn)

Expand Down
Loading

0 comments on commit fc09a4a

Please sign in to comment.