Skip to content

Commit

Permalink
Trying to fix gh ci wf file.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwaroquiers committed Mar 12, 2024
1 parent 3c5af75 commit 7d8d7d2
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,24 +38,10 @@ jobs:
cache: pip
cache-dependency-path: pyproject.toml

# - name: Get full python version
# id: full-python-version
# shell: bash
# run: echo ::set-output name=version::$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))")

- name: Install dependencies
run: |
python -m pip install --upgrade pip
# pip install -r requirements/requirements.txt
python -m pip install .[dev]

# - name: Install pytest
# shell: bash
# run: pip install pytest

# - name: Install turbomoleio
# shell: bash
# run: pip install .
- name: Run pytest
shell: bash
Expand Down

0 comments on commit 7d8d7d2

Please sign in to comment.