diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index ef8325d4..31ef6976 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -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 @@ -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: diff --git a/Cargo.toml b/Cargo.toml index c12aeb90..5c66e34f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] description = "A high-fidelity space mission toolkit, with orbit propagation, estimation and some systems engineering"