Skip to content

Commit

Permalink
Fix vscode worker (#25)
Browse files Browse the repository at this point in the history
* add mount folder for worker

* fix python in lint test
  • Loading branch information
danangmassandy authored Feb 13, 2025
1 parent 14e39b7 commit 64b4469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.12.8
python-version: 3.12.9
architecture: x64
- name: Checkout PyTorch
uses: actions/checkout@master
Expand Down
1 change: 1 addition & 0 deletions deployment/docker-compose.override.devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
target: vscode
volumes:
- ../:/home/web/project
- ../django_project:/home/web/django_project
- ./volumes/static:/home/web/static
- ./volumes/media:/home/web/media

Expand Down

0 comments on commit 64b4469

Please sign in to comment.