Skip to content

Commit 24d63e5

Browse files
committed
Clean up data generation, add test, include ldjson
1 parent 6c86083 commit 24d63e5

31 files changed

Lines changed: 3630 additions & 1178 deletions

.github/workflows/test_overview_available_software.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,12 @@ jobs:
1717
python-version: '3.10'
1818
architecture: x64
1919

20-
- name: Mount EESSI
21-
uses: eessi/github-action-eessi@e1f8f20638ea417a18d23ab29443ee34794ff900 # v3.1.0
22-
with:
23-
eessi_stack_version: '2023.06'
24-
2520
- name: test overview available software
2621
id: test_overview_available_software
2722
run: |
2823
# install required Python packages in virtual environment
2924
python -m venv venv
3025
. venv/bin/activate
31-
pip install -r mkdocs-ldjson-plugin/requirements.txt
3226
pip install -r scripts/available_software/requirements.txt
3327
3428
# download https://eessi.io/api_data/data/eessi_api_metadata_software.json

.github/workflows/update_available_software.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ jobs:
1717
python-version: '3.10'
1818
architecture: x64
1919

20-
- name: Mount EESSI
21-
uses: eessi/github-action-eessi@e1f8f20638ea417a18d23ab29443ee34794ff900 # v3.1.0
22-
with:
23-
eessi_stack_version: '2023.06'
24-
2520
- name: update overview of available software
2621
id: update_available_software
2722
run: |
@@ -38,7 +33,6 @@ jobs:
3833
curl -OL https://eessi.io/api_data/data/eessi_api_metadata_software.json
3934
cd -
4035
41-
export TIME_GENERATED_TEMPLATE="{{ generated_time }}"
4236
python scripts/available_software/available_software.py
4337
./scripts/update_generated_time.sh mkdocs.yml
4438

docs/available_software/data/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)