Skip to content

removing dead targets] fbcode//surreal/data_services/atek/atek/data_l… #38

removing dead targets] fbcode//surreal/data_services/atek/atek/data_l…

removing dead targets] fbcode//surreal/data_services/atek/atek/data_l… #38

Workflow file for this run

name: Build package
on:
push:
branches:
- main
- fix_ci
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name : Checkout
uses: actions/checkout@v4
- name: setup-micromamba
uses: mamba-org/[email protected]
with:
micromamba-version: '1.5.9-1'
environment-file: envs/env_atek_core.yml
init-shell: >-
bash
cache-environment: true
post-cleanup: 'all'
- name: Install ATEK lib
shell: bash
run: |
python3 -m pip install .
- name: Import ATEK lib
shell: bash
run: |
python3 -c "import atek"