Skip to content

Commit

Permalink
Maybe changing the name of the package will do
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed Jun 26, 2023
1 parent 61fcd33 commit 174d0a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
target: [x86_64, x86]
target: [x86_64]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down Expand Up @@ -47,23 +47,6 @@ jobs:
pip install pytest numpy pandas plotly pyarrow scipy
pytest
- name: pytest x86
if: ${{ matrix.target == 'x86' }}
uses: uraimo/run-on-arch-action@v2.5.0
with:
arch: ${{ matrix.target }}
distro: ubuntu22.04
githubToken: ${{ github.token }}
install: |
apt-get update
apt-get install -y --no-install-recommends python3 python3-pip python3-numpy python3-dev python3-pandas python-pyarrow python3-scipy
pip3 install -U pip pytest plotly
run: |
set -e
ls -lh dist
pip install nyx_space --find-links dist --force-reinstall -v --no-cache-dir
pytest
- name: Upload python tests HTMLs
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "nyx-space"
build = "build.rs"
version = "2.0.0-alpha.2"
version = "2.0.0-beta-dev"
edition = "2021"
authors = ["Christopher Rabotin <christopher.rabotin@gmail.com>"]
description = "A high-fidelity space mission toolkit, with orbit propagation, estimation and some systems engineering"
Expand Down

0 comments on commit 174d0a6

Please sign in to comment.