Skip to content

Commit

Permalink
Merge pull request #193 from 21cmfast/change_tag
Browse files Browse the repository at this point in the history
Fix: remove constraints out of release.yml
  • Loading branch information
DanielaBreitman authored Apr 10, 2024
2 parents 6010948 + 3adaadd commit c2123ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:

- name: Upgrade pip
run: |
pip install --constraint=.github/workflows/constraints.txt pip
pip install pip
pip --version
- name: Install Poetry
run: |
pip install --constraint=.github/workflows/constraints.txt poetry
pip install poetry
poetry --version
- name: Check if there is a parent commit
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "py21cmEMU"
version = "1.1.2"
version = "1.1.3"
description = "Emulator of 21cmFAST summaries."
authors = ["Daniela Breitman <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit c2123ec

Please sign in to comment.