Skip to content

Bump certifi from 2022.12.7 to 2023.7.22 #79

Bump certifi from 2022.12.7 to 2023.7.22

Bump certifi from 2022.12.7 to 2023.7.22 #79

Workflow file for this run

name: "Pull Request"
on:
pull_request:
env:
BSK_VERSION: "2.1.7"
jobs:
build-linux:
name: Build Linux
runs-on: ubuntu-20.04
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Checkout Basilisk
uses: actions/checkout@v3
with:
repository: AVSLab/basilisk
ref: ${{ env.BSK_VERSION }}
lfs: true
path: basilisk
- name: "Apt-get Update"
run: sudo apt-get update
- name: "Build Container Image"
run: podman build -t basilisk-jupyterlabs -f basilisk-jupyterlabs.Containerfile .