Skip to content

Commit

Permalink
build: trying to build from source
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoTartarini committed Dec 5, 2023
1 parent 57403e4 commit c87b52a
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 1,373 deletions.
296 changes: 0 additions & 296 deletions .dockerignore

This file was deleted.

5 changes: 2 additions & 3 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ jobs:

- name: Build Clima
run: |-
pip install pipenv
pipenv install
pip install -r requirements.txt
- name: Start Clima
run: |-
pipenv run python main.py &
python main.py &
- name: Setup Node
uses: actions/setup-node@v4
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ jobs:
with:
python-version: '3.10'

- name: Build Clima
- name: Install
run: |-
pip install pipenv
pipenv install --dev
pip install -r requirements.txt
- name: Test Clima
run: |-
pipenv run python -m pytest
python -m pytest
- name: Run Black
# TODO: Add to dev dependencies: Adding it right now
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,6 @@ target/
# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

Expand Down
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.10
20 changes: 0 additions & 20 deletions Dockerfile

This file was deleted.

26 changes: 0 additions & 26 deletions Pipfile

This file was deleted.

Loading

0 comments on commit c87b52a

Please sign in to comment.