Skip to content

Commit

Permalink
Don't run CI on mdanalysis latest + latest python (#93)
Browse files Browse the repository at this point in the history
* don't run CI on mdanalysis latest + latest python

* fix quote characters

* Just use "latest"
  • Loading branch information
IAlibay authored Nov 1, 2023
1 parent 5262269 commit 3824809
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,16 @@ jobs:
runs-on: ubuntu-latest
outputs:
stable-python-version: {{ "${{ steps.get-compatible-python.outputs.stable-python }}" }}
python-matrix: {{ '${{ steps.get-compatible-python.outputs.python-versions }}' }}
python-matrix: {{ "${{ steps.get-compatible-python.outputs.python-versions }}" }}
steps:
- uses: actions/setup-python@v4
with:
python-version: "3.11"

- id: get-compatible-python
uses: MDAnalysis/mdanalysis-compatible-python@main
with:
release: "latest"

main-tests:
if: "github.repository == '{{ cookiecutter.github_host_account }}/{{ cookiecutter.repo_name }}'"
Expand All @@ -48,7 +50,7 @@ jobs:
mdanalysis-version: ["latest", "develop"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build information
run: |
Expand Down Expand Up @@ -129,7 +131,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
Expand All @@ -155,7 +157,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python {{ '${{ needs.environment-config.outputs.stable-python-version }}' }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit 3824809

Please sign in to comment.