Skip to content

Commit

Permalink
adjust paths in GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
tykling committed Apr 12, 2024
1 parent 07f516e commit 53dc0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
path: "src"

- name: "Copy settings"
run: "cp src/bma/environment_settings_ci.py src/bma/environment_settings.py"
run: "cp ./src/bma/environment_settings_ci.py ./src/bma/environment_settings.py"

- name: "Install python dependencies"
run: "python -m pip install ./src/[test]"
Expand Down

0 comments on commit 53dc0d3

Please sign in to comment.