Skip to content

Commit

Permalink
New CICD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvain-morin committed Feb 27, 2024
1 parent 78003f1 commit 1e7e4a9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-production.txt
pip install -r requirements-test.txt
- name: Test with pytest
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN pip install --upgrade pip
WORKDIR /home/inaturalist/vision

# Copy the dependencies file to the working directory
COPY --chown=inaturalist:inaturalist ./requirements-production.txt /home/inaturalist/vision/requirements.txt
COPY --chown=inaturalist:inaturalist ./requirements.txt /home/inaturalist/vision/requirements.txt

# Install dependencies
RUN UWSGI_EMBED_PLUGINS=stats_pusher_statsd pip install -r requirements.txt
Expand Down
File renamed without changes.

0 comments on commit 1e7e4a9

Please sign in to comment.