Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ACEnglish authored Jun 3, 2024
1 parent d2c8863 commit 07f2dde
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,20 @@ jobs:
with:
persist-credentials: false
fetch-depth: 0
- name: Set up Python 3.9
- name: Set up Python 3.10.4
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.10.4
- name: Cache python
uses: actions/cache@v3
with:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
pip install anybadge
pip install coverage
python setup.py install
python3 -m pip install --upgrade pip setuptools
python3 -m pip install Cython pylint anybadge coverage
python3 -m pip install .
- name: Running ssshtest
run: |
bash repo_utils/tdb_ssshtests.sh
Expand Down

0 comments on commit 07f2dde

Please sign in to comment.