Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
theissenhelen committed Feb 21, 2025
1 parent 8450f4d commit 4c9969f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,16 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Python
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: 3.10
cache: 'pip'

- name: Install test dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pytest-md pytest-emoji
- name: Install dependencies
run: |
Expand Down

0 comments on commit 4c9969f

Please sign in to comment.