Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Alt aggro
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenroller committed Mar 28, 2021
1 parent 47ecdfe commit b582188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ commands:
. ~/venv/bin/activate
python --version
# make sure data we download stays in memory. saves some disk space
sudo mount -t tmpfs -o size='50%' tmpfs /tmp
mkdir -p $HOME/ParlAI/data
sudo mount -t tmpfs -o size='50%' tmpfs $HOME/ParlAI/data
codecov:
description: Coverage report
Expand All @@ -77,7 +78,6 @@ commands:
name: Coverage report
command: |
python -m codecov --flags $CIRCLE_JOB
mkdir -p ~/ParlAI/data
installdeps:
description: Install basic dependencies
Expand Down

0 comments on commit b582188

Please sign in to comment.