Skip to content

Commit 462530d

Browse files
committed
- improved tests
1 parent 1c1f7c5 commit 462530d

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,24 @@ on:
66
schedule:
77
- cron: '0 0 * * 0' # Runs every Sunday at 00:00 UTC
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
build:
1114

1215
runs-on: ubuntu-latest
1316

1417
steps:
1518
- uses: actions/checkout@v2
16-
- name: Set up Python 3.11
19+
- name: Set up Python 3.13
1720
uses: actions/setup-python@v2
1821
with:
19-
python-version: 3.11
22+
python-version: 3.13
2023
- name: Install dependencies
2124
run: |
2225
python -m pip install --upgrade pip
23-
pip install pytest
24-
pip install .
26+
pip install pytest bs4 git+https://github.com/EchterAlsFake/eaf_base_api
2527
- name: Test with pytest
2628
run: |
2729
pytest

0 commit comments

Comments
 (0)