Skip to content

Commit

Permalink
update shared_file_uri (#113)
Browse files Browse the repository at this point in the history
* update shared_file_uri

* update codecov to v4
  • Loading branch information
mshannon-sil authored Aug 5, 2024
1 parent 7d85f16 commit 2f7f44f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Test with pytest
run: poetry run pytest --cov --cov-report=xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion machine/jobs/settings.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
default:
data_dir: ~/machine
shared_file_uri: s3://aqua-ml-data/
shared_file_uri: s3://silnlp/
shared_file_folder: production
pretranslation_batch_size: 1024
huggingface:
Expand Down

0 comments on commit 2f7f44f

Please sign in to comment.