Skip to content

Commit

Permalink
fix filename in GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
tykling committed Apr 12, 2024
1 parent 53dc0d3 commit 8c105f4
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.py.ci ./src/bma/environment_settings.py"

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

0 comments on commit 8c105f4

Please sign in to comment.