Skip to content

Commit

Permalink
fix: Workflow quick-fix by @gilrrei as proposed in #140
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwolff1 committed Feb 26, 2025
1 parent 50e8e96 commit 06c582b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests_local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
- name: Create links to 4C
run: |
ln -s /home/user/4C/build/ config/4C_build
- name: Delete unnecessary 4C docker image stuff
run: |
rm -rf /home/user/4C/.git
find /home/user/4C -mindepth 1 -maxdepth 1 -type d -not -name build -exec rm -rf '{}' \;
sudo apt-get clean
- name: Create Python environment
id: environment
uses: ./.github/actions/create_python_environment
Expand Down

0 comments on commit 06c582b

Please sign in to comment.