fix graphs, processing, workflow

This commit is contained in:
Silen Naihin
2023-08-01 13:44:32 +01:00
parent 74e33c0bec
commit 6f3fd2a578
36 changed files with 23 additions and 897 deletions

View File

@@ -258,6 +258,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
submodules: true
- name: Set up Python
uses: actions/setup-python@v2