Skip to content

Commit

Permalink
Stopped use of pixi in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik-Geo committed Aug 14, 2024
1 parent f27b77d commit 6ba38f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish GeoST
name: Publish GeoST on PyPI

on:
push:
Expand All @@ -16,10 +16,10 @@ jobs:
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Setup Pixi
uses: prefix-dev/setup-pixi@v0.5.1
- name: Set up Python
uses: actions/setup-python@v5
with:
environments: py312
python-version: "3.12"

- name: Install dependencies
run: |
Expand Down

0 comments on commit 6ba38f2

Please sign in to comment.